From 68ba97e5902a78e432cb4e4cfaab8fec0d0e7ca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E5=BE=88=E5=B7=AE=E5=95=A6?= <17633066053@163.com> Date: Fri, 23 Sep 2022 15:24:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E4=BF=AE=E6=94=B9=E6=89=AB?= =?UTF-8?q?=E7=A0=81=E7=99=BB=E5=BD=95=E7=AD=89=E5=BE=85=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/pages/Login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buyer/src/pages/Login.vue b/buyer/src/pages/Login.vue index de425d3e..ff5b69fa 100644 --- a/buyer/src/pages/Login.vue +++ b/buyer/src/pages/Login.vue @@ -374,7 +374,7 @@ export default { this.qrCodeTimer = setInterval(() => { this.qrCodeStatus = 'fail' // 如果过期将二维码转为失效状态 - }, 21 * 1000); + }, 10 * 1000); } },