diff --git a/src/pages/user/Login/index.tsx b/src/pages/user/Login/index.tsx index 16fa21d..2bea774 100644 --- a/src/pages/user/Login/index.tsx +++ b/src/pages/user/Login/index.tsx @@ -81,6 +81,7 @@ const Login: React.FC = () => { // 如果失败去设置用户错误信息 setUserLoginState({ status: 'error', type }); setSubmitting(false); + setCaptchaShow(false); }); };