dedsudiyu 2 gün önce
ebeveyn
işleme
11e31b5123
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  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:{
       /* 测试方法开始 */