马宇豪
2023-12-13 7aec2e86f29f330f9b5f3b85d6ad82ae39c152e3
src/router/index.js
@@ -52,7 +52,11 @@
    component: () => import('@/views/error/401'),
    hidden: true
  },
  {
    path: '/fillForm',
    component: () => import('@/views/safetyReview/expertManage/fillForm/index.vue'),
    hidden: true
  },
  {
    path: '/expertUser',
    component: () => import('@/views/safetyReview/userManage/expertUsers/index.vue'),
@@ -154,19 +158,19 @@
  {
    path: '/expertManage',
    component: Layout,
    redirect: '/expertManage/expert',
    redirect: '/expertManage/experts',
    meta: { title: '厅专家库管理'},
    children: [
      {
        path: 'expert',
        component: () => import('@/views/index'),
        path: 'experts',
        component: () => import('@/views/safetyReview/expertManage/experts/index.vue'),
        name: 'expert',
        meta: { title: '厅专家库',icon: 'form'}
      },
      {
        path: 'record',
        component: () => import('@/views/index'),
        name: 'record',
        path: 'applyRecords',
        component: () => import('@/views/safetyReview/expertManage/applyRecords/index.vue'),
        name: 'applyRecords',
        meta: { title: '专家申请记录',icon: 'form'}
      },
      {
@@ -190,6 +194,12 @@
        meta: { title: '评价类型管理',icon: 'form'}
      },
      {
        path: 'expertsType',
        component: () => import('@/views/safetyReview/baseSet/expertsType/index.vue'),
        name: 'expertsType',
        meta: { title: '专家类型管理',icon: 'form'}
      },
      {
        path: 'business',
        component: () => import('@/views/safetyReview/baseSet/business/index.vue'),
        name: 'business',