马宇豪
2023-09-26 e45a476601c828481dcade287351f2e11a2da0e0
src/router/index.js
@@ -64,14 +64,15 @@
  {
    path: '',
    component: Layout,
    redirect: 'index',
    // redirect: '/notCoalMine/nPeopleManage/index',
    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 }
      // }
    ]
  },
  {