From aaad5f088d0dac64c940edfcdc892cbcd579adb2 Mon Sep 17 00:00:00 2001 From: ZhangYong Date: Wed, 4 Feb 2026 10:49:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AA=8C=E8=AF=81=E7=A0=81=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=BB=A5=E5=8F=8A=E9=87=8D=E6=96=B0=E5=88=B7?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/login.vue b/src/views/login.vue index ac141b1..af06552 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -181,6 +181,7 @@ const login = async function () { form.value.captcha = '' ElMessage.error(result.msg) loading.value = false //登录失败时重置loading状态 + getCaptcha() } } catch (error) { console.log('请求失败', error)