From a76f47fbd86bfa7fbf85440c653ae6259fce7969 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Wed, 9 Aug 2023 20:46:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=BE=93=E5=85=A5=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E8=87=AA=E5=8A=A8=E6=B8=85=E7=A9=BA=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E7=A0=81=E8=BE=93=E5=85=A5=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- continew-admin-ui/src/views/login/components/login-form.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/continew-admin-ui/src/views/login/components/login-form.vue b/continew-admin-ui/src/views/login/components/login-form.vue index 8778a144..98567ffe 100644 --- a/continew-admin-ui/src/views/login/components/login-form.vue +++ b/continew-admin-ui/src/views/login/components/login-form.vue @@ -163,6 +163,7 @@ }) .catch(() => { getCaptcha(); + form.value.captcha = ''; }) .finally(() => { loading.value = false;