zhouwenxuan
2023-12-13 c71dc4c3abb3fcbbafc68b34e2bcb98cf0f8b346
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'),
@@ -73,21 +77,21 @@
    component: () => import('@/views/safetyReview/baseSet/area/index.vue'),
    hidden: true
  },
  // {
  //   path: '',
  //   component: Layout,
  //   redirect: '/index',
  //   children: [
  //     {
  //       path: '/index',
  //       component: () => import('@/views/index'),
  //       name: 'Index',
  //       meta: { title: '首页',icon: 'form', affix: true }
  //     }
  //   ]
  // },
  {
    path: '',
    component: Layout,
    redirect: '/index',
    children: [
      {
        path: '/index',
        component: () => import('@/views/index'),
        name: 'Index',
        meta: { title: '首页',icon: 'form', affix: true }
      }
    ]
  },
  {
    path: '/institution',
    component: Layout,
    redirect: '/institution',
    children: [
@@ -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',