From 5f26441b8cb0324b5d68c3d295a3740579b4198f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Tue, 25 Apr 2023 11:17:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=94=99=E8=AF=AFtoast?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/login/index.tsx | 1 - 1 file changed, 1 deletion(-) 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(); //刷新图形验证码