diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-08-26 20:36:23 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-08-26 21:54:56 +0300 |
| commit | 149bd0ec51adddbc4017a978f1e54ba3f7739619 (patch) | |
| tree | b941245efb13850e3c2544ae8c5302d3794dcaac /web/html/common | |
| parent | f3280b46fea0933be174acb0ea58c308337836da (diff) | |
v1.7.7
Diffstat (limited to 'web/html/common')
| -rw-r--r-- | web/html/common/qrcode_modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html index 0b815690..51dc38cb 100644 --- a/web/html/common/qrcode_modal.html +++ b/web/html/common/qrcode_modal.html @@ -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() { |
