src/router/index.js
@@ -64,14 +64,15 @@ { path: '', component: Layout, redirect: 'index', redirect: '/notCoalMine/nPeopleManage', hidden: true, children: [ { path: 'index', component: () => import('@/views/index'), name: 'Index', meta: { title: '首页', icon: 'dashboard', affix: true } } // { // path: 'index', // component: () => import('@/views/index'), // name: 'Index', // meta: { title: '人员管理', icon: 'peoples', affix: true } // } ] }, {