From 149bd0ec51adddbc4017a978f1e54ba3f7739619 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sat, 26 Aug 2023 21:06:23 +0330 Subject: v1.7.7 --- web/html/common/qrcode_modal.html | 2 +- web/html/xui/inbound_info_modal.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'web/html') 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() { diff --git a/web/html/xui/inbound_info_modal.html b/web/html/xui/inbound_info_modal.html index c162c1af..a82451b3 100644 --- a/web/html/xui/inbound_info_modal.html +++ b/web/html/xui/inbound_info_modal.html @@ -296,7 +296,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 }); } }; -- cgit v1.2.3