查询设备信息

dev
truthhun 1 year ago
parent c8e4518090
commit 7c0a39ee94

@ -362,8 +362,8 @@ export default {
formatDatetime,
loopGetDevice() {
this.getDevice()
setInterval(() => {
this.getDevice()
setTimeout(() => {
this.loopGetDevice()
}, 5000)
},
async getStats() {

Loading…
Cancel
Save