mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-20 05:52:24 +00:00
commit
ba278a4269
1 changed files with 2 additions and 2 deletions
|
@ -527,8 +527,8 @@
|
||||||
if (this.allSetting.webCertFile !== "") {
|
if (this.allSetting.webCertFile !== "") {
|
||||||
protocol = "https://";
|
protocol = "https://";
|
||||||
}
|
}
|
||||||
const { host, pathname } = window.location;
|
const { host } = window.location;
|
||||||
window.location.replace(protocol + host + this.allSetting.webBasePath + pathname.slice(1));
|
window.location.replace(protocol + host + this.allSetting.webBasePath + "panel/settings");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async fetchUserSecret() {
|
async fetchUserSecret() {
|
||||||
|
|
Loading…
Reference in a new issue