From 0f6e98be20bc86005c976b7d99257f2c8dae602e Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Fri, 21 Apr 2023 10:08:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=AA=8C=E8=AF=81=E7=A0=81=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E5=90=8E=E6=B8=85=E7=A9=BA=E9=AA=8C=E8=AF=81=E7=A0=81?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=A1=86=20(#740)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/login/components/login-form.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/login/components/login-form.vue b/frontend/src/views/login/components/login-form.vue index 6b99747f0..7242eb3cf 100644 --- a/frontend/src/views/login/components/login-form.vue +++ b/frontend/src/views/login/components/login-form.vue @@ -303,6 +303,7 @@ const login = (formEl: FormInstance | undefined) => { const res = await loginApi(requestLoginForm); if (res.code === 406) { if (res.message === 'ErrCaptchaCode') { + loginForm.captcha = ''; errCaptcha.value = true; errAuthInfo.value = false; }