@@ -283,6 +283,7 @@ export default {
if (newVal) {
if (newVal.hotspotType == "link") {
window.open(newVal.hyperlink, "_blank");
+ this.currentHotspot=''
return;
}
if (newVal.hotspotType == "scene") {
@@ -385,6 +385,7 @@ export default {
activeItem: {
handler(newVal) {
this.$nextTick(() => {
if (newVal.type == "4dkk") {
this.embeM = null;
this.otherLink = null;