This commit is contained in:
Дмитрий Саенко 2025-10-23 15:38:00 +03:00
parent 0b0a71f55a
commit 7623f61ec7

View file

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