dedsudiyu 2 일 전
부모
커밋
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:{
       /* 测试方法开始 */