刷新时间
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user