From 034a36d25fa271ea2199a5c195aa82af5b9707e5 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Thu, 14 May 2020 09:15:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=91=E5=AE=9A=E5=BE=AE=E4=BF=A1=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/layout/components/userInfo.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/layout/components/userInfo.vue b/src/layout/components/userInfo.vue index 22e2c02b5..f2ccfba3d 100644 --- a/src/layout/components/userInfo.vue +++ b/src/layout/components/userInfo.vue @@ -542,6 +542,7 @@ export default { }, generateQrCode() { getWxQrCode(LoginParams[this.loginClient]).then(response => { + this.loadingCode = false; this.sessionId = response.data.sessionId; this.loginUrl = response.data.url; this.binding = true; @@ -684,6 +685,9 @@ export default { line-height: 28px; margin-bottom: 10px; } + .login-qrcode { + width: 150px; + } }