rev:更新设备监控刷新时间

This commit is contained in:
2024-05-13 19:10:34 +08:00
parent afc6f0de94
commit 9bbe7c8b68

View File

@@ -426,7 +426,7 @@ export default {
this.timer = setInterval(() => { // 定时刷新设备的状态信息 this.timer = setInterval(() => { // 定时刷新设备的状态信息
console.log('定时器启动') console.log('定时器启动')
this.initStatus() this.initStatus()
}, 200000) }, 2000)
}, },
editDevice(id) { editDevice(id) {
let item = '' let item = ''