|
|
@ -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; |
|
|
|