From e958ff9a6ced193f8613b2b50337dd73e42de46b Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Fri, 10 Jan 2025 09:13:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=AB=E7=A0=81=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/scanQrCode.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/home/scanQrCode.vue b/src/views/home/scanQrCode.vue index 1d477a8..0491216 100644 --- a/src/views/home/scanQrCode.vue +++ b/src/views/home/scanQrCode.vue @@ -67,7 +67,7 @@ { fps: 5, qrbox: { width: 300, height: 300 }, - aspectRatio: 1, + aspectRatio: 1.7, }, (decodedText, decodedResult) => { window.location.href = decodedText;