king
2020-06-16 6c16e43cd6521460c804391c042348dbb14086fc
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}
    })
  }