mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-24 03:46:53 +00:00
FIX redirect after restart panel
This commit is contained in:
parent
be907d7206
commit
713420dabe
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