Fixiaobai
2023-08-18 0f32593939c05e2a2d699b27083c5dab77ef9870
src/router/index.js
@@ -327,6 +327,11 @@
        name: 'Personnel',
        component: () => import('@/views/laboratory/personnel/index'),
        meta: { title: '人员管理', icon: 'tree' }
      },{
        path: 'role',
        name: 'Role',
        component: () => import('@/views/laboratory/role/index'),
        meta: { title: '角色管理', icon: 'tree' }
      }
    ]
  },