From 2c62e8e304ed9e0ef83ba1e52892cdcfdeb38dfa Mon Sep 17 00:00:00 2001 From: ciaochaos <1272777550@qq.com> Date: Mon, 4 May 2020 00:15:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E7=BB=B4=E7=A0=81=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E5=BE=AE=E8=B0=83=EF=BC=8CJPG=20=E5=A4=A7=E5=B0=8F=E6=94=B9?= =?UTF-8?q?=E8=87=B3=201500?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/qrcodeHandler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/qrcodeHandler.js b/src/utils/qrcodeHandler.js index 9304221..7fb9272 100644 --- a/src/utils/qrcodeHandler.js +++ b/src/utils/qrcodeHandler.js @@ -15,7 +15,7 @@ export function getQrcodeData(options) { width : 256, height : 256, typeNumber : -1, - correctLevel : 2, + correctLevel : 0, background : "#ffffff", foreground : "#000000" }, options);