From 6c99f142ca176e4ef9d0a7b3e134ce5ccaa6d586 Mon Sep 17 00:00:00 2001 From: mrwoowoo Date: Fri, 30 Dec 2022 16:59:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=8C=E7=BB=B4=E7=A0=81?= =?UTF-8?q?=E5=88=86=E4=BA=AB=E9=93=BE=E6=8E=A5=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index d7e77d2..e83a302 100644 --- a/templates/index.html +++ b/templates/index.html @@ -386,7 +386,7 @@ that.input_disable = false }, qrcodeUrl(file) { - return 'https://api.qrserver.com/v1/create-qr-code/?data=' + window.location.href + '/?code=' + file.code + return 'https://api.qrserver.com/v1/create-qr-code/?data=' + window.location.href + '?code=' + file.code }, listenInput: function (value) { if (this.code.length < 5) {