Browse Source

Merge branch 'dev_v2' of http://47.101.207.123:3000/gbtomr/ghjg-digital-twin into dev_v2

gr 1 year ago
parent
commit
e9a0c4a5e6
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/home/Header.vue

+ 3 - 3
src/views/home/Header.vue

@@ -62,6 +62,7 @@ export default {
   import { asideShow } from '@/store/index'
 
   const global_aside = asideShow()
+  const showVido =ref('false')
 
   onMounted(() => [
     getWeather()
@@ -117,9 +118,8 @@ export default {
           ueCallFlyToSP()
           bus.on('fly_Action', (data) => {
             if(data.isOk=='true') {
-              setTimeout(() => {
-                ueCallOpenVideoFusion()
-              }, 1000);
+              ueCallOpenVideoFusion()
+              bus.off('fly_Action')
             }
           })
           break