|
|
@ -5,7 +5,7 @@ import { push } from 'react-router-redux'; |
|
|
|
import { Form, Button, Toast } from '@douyinfe/semi-ui'; |
|
|
|
import { login, LOGIN_SUCCESS } from '../actions/auth'; |
|
|
|
import { IconLock,IconUser } from '@douyinfe/semi-icons'; |
|
|
|
import './login.less' |
|
|
|
import '../style.less' |
|
|
|
|
|
|
|
const Login = props => { |
|
|
|
const { dispatch, user, error, actions, apiRoot, isRequesting } = props |
|
|
|