mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-11-19 04:17:39 +08:00
登录图形验证码验证
This commit is contained in:
@@ -46,6 +46,10 @@ const LoginPage: React.FC = () => {
|
||||
message.error("请输入图形验证码");
|
||||
return;
|
||||
}
|
||||
if (captchaVal.length < 4) {
|
||||
message.error("图形验证码错误");
|
||||
return;
|
||||
}
|
||||
if (loading) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user