| | |
| | | }; |
| | | } |
| | | componentWillMount() { |
| | | document.title = '用户登录' |
| | | document.title = '恒巨信息OA-用户登录' |
| | | } |
| | | |
| | | handleSubmit = e => { |
| | |
| | | rules: [{ required: true, message: '请输入账号!' }], |
| | | })( |
| | | <Input |
| | | style={{ width: '32vh', height: '5vh', margin: '12px' }} |
| | | style={{ width: '300px', height: '48px', margin: '12px' }} |
| | | prefix={<Icon type="user" style={{ color: 'rgba(0,0,0,.25)' }} />} |
| | | placeholder="请输入账号" |
| | | />, |
| | |
| | | initialValue: 'admin' |
| | | })( |
| | | <Input |
| | | style={{ width: '32vh', height: '5vh', margin: '12px' }} |
| | | style={{ width: '300px', height: '48px', margin: '12px' }} |
| | | prefix={<Icon type="lock" style={{ color: 'rgba(0,0,0,.25)' }} />} |
| | | type="password" |
| | | placeholder="请输入密码" |