From 6a2019629b203108062c05c0b17b37604405fcfd Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Wed, 13 Dec 2023 19:55:20 +0330 Subject: v2.0.1 --- web/html/common/qrcode_modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html/common') diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html index 4be7997d..668f426c 100644 --- a/web/html/common/qrcode_modal.html +++ b/web/html/common/qrcode_modal.html @@ -72,7 +72,7 @@ }); }, genSubLink(subID) { - return app.subSettings.subURI+subID+'?name='+subID; + return app.subSettings.subURI+subID; } }, updated() { -- cgit v1.2.3