设备在线状态时间变更为两分钟一次
parent
d49eb6836a
commit
7f0587f3e3
|
@ -110,10 +110,10 @@ export default {
|
||||||
this.gerRouter();
|
this.gerRouter();
|
||||||
this.getEqbyid()
|
this.getEqbyid()
|
||||||
}
|
}
|
||||||
// this.IDTimer&&clearInterval( this.IDTimer)
|
this.IDTimer&&clearInterval( this.IDTimer)
|
||||||
// this.IDTimer= setInterval(() => {
|
this.IDTimer= setInterval(() => {
|
||||||
// that.getEqbyid()
|
that.getEqbyid()
|
||||||
// }, 3000);
|
}, 120000);
|
||||||
|
|
||||||
},
|
},
|
||||||
beforeDestroy(){
|
beforeDestroy(){
|
||||||
|
|
Loading…
Reference in New Issue