|
@@ -283,6 +283,7 @@ export default {
|
|
|
if (newVal) {
|
|
if (newVal) {
|
|
|
if (newVal.hotspotType == "link") {
|
|
if (newVal.hotspotType == "link") {
|
|
|
window.open(newVal.hyperlink, "_blank");
|
|
window.open(newVal.hyperlink, "_blank");
|
|
|
|
|
+ this.currentHotspot=''
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
if (newVal.hotspotType == "scene") {
|
|
if (newVal.hotspotType == "scene") {
|