diff --git a/src/pages/login/index.tsx b/src/pages/login/index.tsx index 4767cf8..f3fe4d7 100644 --- a/src/pages/login/index.tsx +++ b/src/pages/login/index.tsx @@ -73,7 +73,6 @@ const LoginPage = () => { navigate("/", { replace: true }); } catch (e) { - message.error("登录出现错误"); console.error("错误信息", e); setLoading(false); fetchImageCaptcha(); //刷新图形验证码