From e2a76d068b96eb710809790387e2b58497f0d1c9 Mon Sep 17 00:00:00 2001 From: zer0Black Date: Tue, 30 May 2023 14:14:38 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix=E3=80=91=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=A1=B5=E9=AA=8C=E8=AF=81=E7=A0=81=E9=94=99=E8=AF=AF=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E7=99=BB=E5=BD=95=E6=8C=89=E9=92=AE=E6=9C=AA=E5=88=B7?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/user/Login.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jero-web/src/views/user/Login.vue b/jero-web/src/views/user/Login.vue index c0c0c555..750b03da 100644 --- a/jero-web/src/views/user/Login.vue +++ b/jero-web/src/views/user/Login.vue @@ -357,6 +357,8 @@ export default { location.reload() }, 1500) } + + this.loginBtn = false }, validateMobile (rule, value, callback) { if (!value || new RegExp(/^1([38][0-9]|4[579]|5[0-3,5-9]|6[6]|7[0135678]|9[89])\d{8}$/).test(value)) {