修复二维码分享链接错误

This commit is contained in:
mrwoowoo
2022-12-30 16:59:03 +08:00
committed by GitHub
parent 2bed3c964e
commit 6c99f142ca
+1 -1
View File
@@ -386,7 +386,7 @@
that.input_disable = false that.input_disable = false
}, },
qrcodeUrl(file) { 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) { listenInput: function (value) {
if (this.code.length < 5) { if (this.code.length < 5) {