This commit is contained in:
MHSanaei
2023-08-26 21:06:23 +03:30
parent f3280b46fe
commit 149bd0ec51
6 changed files with 6 additions and 9 deletions

View File

@@ -87,7 +87,7 @@
},
genSubLink(subID) {
const { domain: host, port, tls: isTLS, path: base } = app.subSettings;
return buildURL({ host, port, isTLS, base, path: subID+'?name='+subID });
return buildURL({ host, port, isTLS, base, path: subID+'?name='+remark });
}
},
updated() {