Browse Source

Merge branch 'lwx_v5'

lwx_v9
hreenshan112 11 months ago
parent
commit
b7f0b3bd90
  1. 2
      src/views/home/scanQrCode.vue

2
src/views/home/scanQrCode.vue

@ -67,7 +67,7 @@
{ {
fps: 5, fps: 5,
qrbox: { width: 300, height: 300 }, qrbox: { width: 300, height: 300 },
aspectRatio: 1, aspectRatio: 1.7,
}, },
(decodedText, decodedResult) => { (decodedText, decodedResult) => {
window.location.href = decodedText; window.location.href = decodedText;

Loading…
Cancel
Save