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