dedsudiyu 1 giorno fa
parent
commit
11e31b5123
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      src/components/LabStats/videoStats.vue

+ 3 - 3
src/components/LabStats/videoStats.vue

@@ -39,10 +39,10 @@
 
     },
     mounted(){
-      // this.laboratoryLabScreenScreenConfigGet();
-      // this.pollTimer = setInterval(this.laboratoryLabScreenScreenConfigGet, 5 * 60 * 1000)
+      this.laboratoryLabScreenScreenConfigGet();
+      this.pollTimer = setInterval(this.laboratoryLabScreenScreenConfigGet, 5 * 60 * 1000)
 
-      this.initialize();
+      // this.initialize();
     },
     methods:{
       /* 测试方法开始 */