mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-20 05:52:24 +00:00
FIX redirect after restart panel
This commit is contained in:
parent
61288db11e
commit
5a908b9f58
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue