刷新时间

This commit is contained in:
2023-04-10 11:17:42 +08:00
parent 8a867e704d
commit ec86fa38ab

View File

@@ -48,7 +48,7 @@ export default {
refresh () { refresh () {
this.timer = setInterval(() => { this.timer = setInterval(() => {
this.getList() this.getList()
}, 3000) }, 30000)
}, },
async getList () { async getList () {
let res = await getDevice() let res = await getDevice()