diff --git a/code/VideoAccess-VCMP/web/client/assets/images/background/loginBackground.png b/code/VideoAccess-VCMP/web/client/assets/images/background/loginBackground.png new file mode 100644 index 0000000..39946d7 Binary files /dev/null and b/code/VideoAccess-VCMP/web/client/assets/images/background/loginBackground.png differ diff --git a/code/VideoAccess-VCMP/web/client/assets/images/background/loginbg.png b/code/VideoAccess-VCMP/web/client/assets/images/background/loginbg.png new file mode 100644 index 0000000..4713d09 Binary files /dev/null and b/code/VideoAccess-VCMP/web/client/assets/images/background/loginbg.png differ diff --git a/code/VideoAccess-VCMP/web/client/assets/images/background/password.png b/code/VideoAccess-VCMP/web/client/assets/images/background/password.png new file mode 100644 index 0000000..9b3d8a8 Binary files /dev/null and b/code/VideoAccess-VCMP/web/client/assets/images/background/password.png differ diff --git a/code/VideoAccess-VCMP/web/client/assets/images/background/username.png b/code/VideoAccess-VCMP/web/client/assets/images/background/username.png new file mode 100644 index 0000000..d29c1c2 Binary files /dev/null and b/code/VideoAccess-VCMP/web/client/assets/images/background/username.png differ diff --git a/code/VideoAccess-VCMP/web/client/src/sections/auth/containers/login.jsx b/code/VideoAccess-VCMP/web/client/src/sections/auth/containers/login.jsx index 659022e..a57f6e4 100644 --- a/code/VideoAccess-VCMP/web/client/src/sections/auth/containers/login.jsx +++ b/code/VideoAccess-VCMP/web/client/src/sections/auth/containers/login.jsx @@ -4,6 +4,8 @@ import { connect } from 'react-redux'; 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' const Login = props => { const { dispatch, user, error, actions, apiRoot, isRequesting } = props @@ -25,16 +27,25 @@ const Login = props => { return (
飞尚物联
+