From 1641f4006bb1386c8f0d9806bade083a232cdb39 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Thu, 20 Jul 2023 17:36:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index bd68220..9fa7b3d 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -147,8 +147,9 @@ const handleLogin = () => { path=res.data[0].children[0].path; } proxy.$router.push(path); - loading.value = false; + loading.value = false; }else{ + loading.value = false; loadCaptcha(); } } catch (err) {