shaogen1995 3 роки тому
батько
коміт
c211782453
1 змінених файлів з 3 додано та 0 видалено
  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;
     },