dedsudiyu пре 1 дан
родитељ
комит
11e31b5123
1 измењених фајлова са 3 додато и 3 уклоњено
  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:{
       /* 测试方法开始 */