update:index.html
This commit is contained in:
@@ -370,7 +370,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.origin + '/?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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user