feige
2023-12-11 bd4b9aa6ab74a8aa6f55265d24b4a4249abcb636
ruoyi-ui/src/router/index.js
@@ -95,6 +95,20 @@
      }
    ]
  },
  {
    path: '/famInfo',
    component: Layout,
    hidden: true,
    redirect: 'noredirect',
    children: [
      {
        path: 'famInfo',
        component: () => import('@/views/system/family/index'),
        name: 'famInfo',
        meta: { title: '个人中心', icon: 'user' }
      }
    ]
  },
  // {
  //   path: '',
  //   component: Layout,
@@ -122,7 +136,7 @@
  {
    path: '/system/user-auth',
    component: Layout,
    hidden: true,
    hidden: false,
    permissions: ['system:user:edit'],
    children: [
      {
@@ -596,6 +610,36 @@
      }
    ]
  },
  //体检
  {
    path: '/self/healthy',
    component: Layout,
    permissions: ['person:healthy:Examination'],
    hidden: true,
    children: [
      {
        path: 'Examination',
        component: () => import('@/views/healthy/Examination'),
        name: 'Examination',
        meta: { title: '体检'}
      }
    ]
  },
  //体检详情
  {
    path: '/self/healthy',
    component: Layout,
    permissions: ['person:healthy:ExaminationInfo'],
    hidden: true,
    children: [
      {
        path: 'ExaminationInfo/:id(\\d+)',
        component: () => import('@/views/healthy/ExaminationInfo'),
        name: 'ExaminationInfo',
        meta: { title: '体检详情'}
      }
    ]
  },
  //藏心密语
  {
@@ -634,7 +678,7 @@
  {
    path: '/system/role-auth',
    component: Layout,
    hidden: true,
    hidden: false,
    permissions: ['system:role:edit'],
    children: [
      {
@@ -648,7 +692,7 @@
  {
    path: '/system/dict-data',
    component: Layout,
    hidden: true,
    hidden: false,
    permissions: ['system:dict:list'],
    children: [
      {
@@ -662,7 +706,7 @@
  {
    path: '/monitor/job-log',
    component: Layout,
    hidden: true,
    hidden: false,
    permissions: ['monitor:job:list'],
    children: [
      {
@@ -676,7 +720,7 @@
  {
    path: '/tool/gen-edit',
    component: Layout,
    hidden: true,
    hidden: false,
    permissions: ['tool:gen:edit'],
    children: [
      {