mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-11-29 02:42:51 +00:00
fix
This commit is contained in:
parent
0b0a71f55a
commit
7623f61ec7
1 changed files with 1 additions and 0 deletions
|
|
@ -314,6 +314,7 @@
|
||||||
if (!secretWebPath.endsWith('/')) {
|
if (!secretWebPath.endsWith('/')) {
|
||||||
secretWebPath = secretWebPath + '/';
|
secretWebPath = secretWebPath + '/';
|
||||||
}
|
}
|
||||||
|
this.modal.server.secretWebPath = secretWebPath;
|
||||||
console.log(this.modal.server)
|
console.log(this.modal.server)
|
||||||
axios
|
axios
|
||||||
.post(url, this.modal.server)
|
.post(url, this.modal.server)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue