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; + } }