This commit is contained in:
白菜
2025-09-10 14:25:00 +08:00
parent ba4df32176
commit f005448705
2 changed files with 10 additions and 10 deletions

View File

@ -13,7 +13,7 @@ const intervalUpdate= {
}
},
methods:{
updateInterval: function (cn,time=10000) {
updateInterval: function (cn,time=60000) {
window.clearInterval(this.intervalUpdateTimer)
this.intervalUpdateTimer = null
this.intervalUpdateTimer = window.setInterval(cn,time)