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

This commit is contained in:
孙萌 2023-10-09 14:06:03 +08:00
parent d49eb6836a
commit 7f0587f3e3

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(){