forked from huge/frontEnd/hugeOA

Mr Ke
2020-04-06 bcbc6eea0677eb0179b828238a38be0ba67ecc95
src/index.js
@@ -20,6 +20,7 @@
import Index from './pages/Index';
import Login from './pages/login/login';
import JurisdictionPersonMgt from './pages/collect/jurisdictionPersonMgt'; //信息采集--辖区人口管理
import Workbench from './pages/index/workbench'; //首页--工作台
const { Content } = Layout;
const history = createHashHistory();
@@ -39,11 +40,8 @@
          </Switch>
          <Content>
            <Switch>
              {/* 信息采集 */}
              <Route
                path="/collect/jurisdictionPersonMgt"
                component={JurisdictionPersonMgt}
              />
              {/* 首页 */}
              <Route path="/index/workbench" component={Workbench} />
              <Route path="/login" component={Login} />