This commit is contained in:
2022-11-11 11:14:40 +08:00
parent c7989cdfa1
commit d1c67f9b71

View File

@@ -312,9 +312,9 @@ export default {
disabled2: false
}
},
// created () {
// this.refresh()
// },
created () {
this.refresh()
},
beforeDestroy () {
clearInterval(this.timer)
this.timer = null