1
0
Эх сурвалжийг харах

FIX redirect after restart panel

Hamidreza Ghavami 1 жил өмнө
parent
commit
5a908b9f58

+ 1 - 1
web/html/xui/settings.html

@@ -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() {