Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlireza Ahmadi <alireza7@gmail.com>2023-12-08 19:18:51 +0300
committerAlireza Ahmadi <alireza7@gmail.com>2023-12-08 19:18:51 +0300
commit5e47b4e94925c2272a7f0a4cc355cede72c671a4 (patch)
tree1cc0b2f5c8cea380b65c6d8bb1294e9c5eeb83a7 /web/html/common/qrcode_modal.html
parent549f230221d7139270efefd76ac81f37e1a747f9 (diff)
pagination and sub URI support #1300
Diffstat (limited to 'web/html/common/qrcode_modal.html')
-rw-r--r--web/html/common/qrcode_modal.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html
index 2db1948b..85ada3d4 100644
--- a/web/html/common/qrcode_modal.html
+++ b/web/html/common/qrcode_modal.html
@@ -86,8 +86,7 @@
});
},
genSubLink(subID) {
- const { domain: host, port, tls: isTLS, path: base } = app.subSettings;
- return buildURL({ host, port, isTLS, base, path: subID+'?name='+remark });
+ return app.subSettings.subURI+subID+'?name='+subID;
}
},
updated() {