优化效果。
parent
05ac32c794
commit
ce74d0b3a6
|
@ -160,8 +160,10 @@ export default {
|
||||||
if (this.config.app.remoteConfig.url !== this.urlBackup || this.config.app.remoteConfig.personalUrl !== this.personalUrlBackup) {
|
if (this.config.app.remoteConfig.url !== this.urlBackup || this.config.app.remoteConfig.personalUrl !== this.personalUrlBackup) {
|
||||||
await this.$api.config.downloadRemoteConfig()
|
await this.$api.config.downloadRemoteConfig()
|
||||||
await this.reloadConfigAndRestart()
|
await this.reloadConfigAndRestart()
|
||||||
|
setTimeout(window.location.reload, 1000)
|
||||||
|
} else {
|
||||||
|
window.location.reload()
|
||||||
}
|
}
|
||||||
window.location.reload()
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async openExternal (url) {
|
async openExternal (url) {
|
||||||
|
|
Loading…
Reference in New Issue