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