更新LoginForm 提示

This commit is contained in:
GuoRuqiang
2024-09-25 06:38:17 +00:00
parent dc3f6a302e
commit cf14b2d409

View File

@@ -170,7 +170,7 @@ const LoginForm = () => {
<Form.Input
field={'username'}
label={'用户名'}
placeholder='用户名'
placeholder='请输入用户名或邮箱'
name='username'
onChange={(value) => handleChange('username', value)}
/>