优化效果。

pull/334/head
王良 2024-08-22 13:45:54 +08:00
parent 05ac32c794
commit ce74d0b3a6
1 changed files with 3 additions and 1 deletions

View File

@ -160,8 +160,10 @@ export default {
if (this.config.app.remoteConfig.url !== this.urlBackup || this.config.app.remoteConfig.personalUrl !== this.personalUrlBackup) {
await this.$api.config.downloadRemoteConfig()
await this.reloadConfigAndRestart()
setTimeout(window.location.reload, 1000)
} else {
window.location.reload()
}
window.location.reload()
}
},
async openExternal (url) {