mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-12-18 13:14:39 +03:00
@@ -527,8 +527,8 @@
|
||||
if (this.allSetting.webCertFile !== "") {
|
||||
protocol = "https://";
|
||||
}
|
||||
const { host, pathname } = window.location;
|
||||
window.location.replace(protocol + host + this.allSetting.webBasePath + pathname.slice(1));
|
||||
const { host } = window.location;
|
||||
window.location.replace(protocol + host + this.allSetting.webBasePath + "panel/settings");
|
||||
}
|
||||
},
|
||||
async fetchUserSecret() {
|
||||
|
||||
Reference in New Issue
Block a user