master
ihzero 2023-12-31 13:31:44 +08:00
parent 4fd5a06167
commit f46e5f9649
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ export default {
}, },
//init //init
reinit() { reinit() {
if (!this.expires) return if (!this.expires || this.expires <= 0) return
setTimeout(() => { setTimeout(() => {
this.init() this.init()
}, this.expires * 1000) }, this.expires * 1000)