mirror of
https://github.com/PlayEdu/backend
synced 2025-06-21 07:55:53 +08:00
登录错误toast
This commit is contained in:
parent
1900e55d03
commit
5f26441b8c
@ -73,7 +73,6 @@ const LoginPage = () => {
|
|||||||
|
|
||||||
navigate("/", { replace: true });
|
navigate("/", { replace: true });
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
message.error("登录出现错误");
|
|
||||||
console.error("错误信息", e);
|
console.error("错误信息", e);
|
||||||
setLoading(false);
|
setLoading(false);
|
||||||
fetchImageCaptcha(); //刷新图形验证码
|
fetchImageCaptcha(); //刷新图形验证码
|
||||||
|
Loading…
x
Reference in New Issue
Block a user