FIX redirect after restart panel
This commit is contained in:
parent
61288db11e
commit
5a908b9f58
@ -358,7 +358,7 @@
|
|||||||
if (msg.success) {
|
if (msg.success) {
|
||||||
this.loading(true);
|
this.loading(true);
|
||||||
await PromiseUtil.sleep(5000);
|
await PromiseUtil.sleep(5000);
|
||||||
location.reload();
|
window.location.replace(this.allSetting.webBasePath + "panel/settings");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async getUserSecret() {
|
async getUserSecret() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user