定时刷新

This commit is contained in:
白菜
2025-09-10 09:54:29 +08:00
parent f16b92582c
commit ae1c2a5d6c
5 changed files with 70 additions and 39 deletions

View File

@ -157,7 +157,7 @@ export default {
},
init(){
this.updateData()
this.updateInterval(this.updateData,5000)
this.updateInterval(this.updateData)
}
},