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) {