设备在线状态时间变更为两分钟一次
parent
d49eb6836a
commit
7f0587f3e3
|
@ -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(){
|
||||
|
|
Loading…
Reference in New Issue