src/views/mobile/index.jsx
@@ -2,7 +2,6 @@ import {connect} from 'react-redux' import { Icon } from 'antd' // import Api from '@/api' import zhCN from '@/locales/zh-CN/login.js' import enUS from '@/locales/en-US/login.js' import asyncComponent from '@/utils/asyncComponent' @@ -21,7 +20,7 @@ UNSAFE_componentWillMount() { this.setState({ view: {uuid: 'login', type: 'login', parentId: null, parentType: null} view: {uuid: 'login', type: 'home', parentId: null, parentType: null} }) }