소스 검색

撤回修改

GuoRuqiang 1 년 전
부모
커밋
e4ccaddf4a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/src/components/LoginForm.js

+ 1 - 1
web/src/components/LoginForm.js

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