shaogen1995 3 rokov pred
rodič
commit
c211782453
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  1. 3 0
      webM/src/views/gui/component/hotspot.vue

+ 3 - 0
webM/src/views/gui/component/hotspot.vue

@@ -37,6 +37,9 @@ export default {
   //方法集合
   methods: {
     openHot(e, index) {
+      // 停止自动导览
+      window.player.director.stopTour();
+
       e && e.examine(window.player, true);
       this.hotInd = index;
     },