From 297b1d1c3c7202dc6e31ffd1cea1891c55093e67 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Thu, 20 Jul 2023 16:44:24 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AA=8C=E8=AF=81=E7=A0=81=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index fd28b92..bd68220 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -148,12 +148,9 @@ const handleLogin = () => { } proxy.$router.push(path); loading.value = false; - // setTimeout(() => { - - // proxy.$router.push(path); - // loading.value = false; - // },500); - } + }else{ + loadCaptcha(); + } } catch (err) { console.log(err) // 登录失败 重新获取验证码