This commit is contained in:
gtz
2024-01-30 18:13:57 +08:00
parent 3fb9ed3c73
commit 65370dbdcb
7 changed files with 17 additions and 3 deletions

View File

@@ -757,6 +757,9 @@ export default {
this.init()
this.getTimes()
this.windowWidth(document.documentElement.clientWidth)
setTimeout(() => {
window.location.reload()
}, 86400000)
},
mounted() {
const _this = this;