注册验证码与账号弹出,修改密码

This commit is contained in:
孙景学
2025-07-28 13:14:17 +08:00
parent 0ac5c96438
commit 86ff7f2f26
9 changed files with 131 additions and 47 deletions

View File

@ -298,7 +298,7 @@ const DomesticForm: React.FC<DomesticFormProps> = ({
</Col>
<Col span={8}>
<Form.Item
name="captcha"
name="encryptValue"
label="验证码"
rules={[{ required: true, message: '请输入验证码' }]}
>