update:index.html

This commit is contained in:
lan
2022-12-22 08:47:04 +08:00
parent e4ef990a36
commit 9a3474ffff
+1 -1
View File
@@ -370,7 +370,7 @@
that.input_disable = false
},
qrcodeUrl(file) {
return 'https://api.qrserver.com/v1/create-qr-code/?data=' + window.location.origin + '/?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) {