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:{
       /* 测试方法开始 */