马宇豪
2023-09-07 ff75b055888b157f0da670ee99aa065e96b41bf8
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 }
      // }
    ]
  },
  {