设备在线状态时间变更为两分钟一次

pull/10/head
孙萌 2023-10-09 14:06:03 +08:00
parent d49eb6836a
commit 7f0587f3e3
1 changed files with 4 additions and 4 deletions

View File

@ -110,10 +110,10 @@ export default {
this.gerRouter();
this.getEqbyid()
}
// this.IDTimer&&clearInterval( this.IDTimer)
// this.IDTimer= setInterval(() => {
// that.getEqbyid()
// }, 3000);
this.IDTimer&&clearInterval( this.IDTimer)
this.IDTimer= setInterval(() => {
that.getEqbyid()
}, 120000);
},
beforeDestroy(){