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
149ab52057
commit
0b0a71f55a
1 changed files with 2 additions and 2 deletions
|
|
@ -243,7 +243,7 @@
|
|||
if (this.servers.length == 0) {
|
||||
|
||||
}
|
||||
this.checkStatuses();
|
||||
this.getOnlineUsers();
|
||||
})
|
||||
.catch(error => {
|
||||
alert(error);
|
||||
|
|
@ -314,7 +314,7 @@
|
|||
if (!secretWebPath.endsWith('/')) {
|
||||
secretWebPath = secretWebPath + '/';
|
||||
}
|
||||
|
||||
console.log(this.modal.server)
|
||||
axios
|
||||
.post(url, this.modal.server)
|
||||
.then((response) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue