linwenling
2023-10-23 b250c7fba2c7846a6bac2a011f7629c801d1a0c3
ruoyi-ui/src/router/index.js
@@ -577,7 +577,7 @@
        path: 'healthyInfo/:id(\\d+)',
        component: () => import('@/views/healthy/healthyInfo'),
        name: 'healthyInfo',
        meta: { title: '健康保健详情',activeMenu: '/self/zYear'}
        meta: { title: '体检看病详情',activeMenu: '/self/zYear'}
      }
    ]
  },
@@ -586,11 +586,10 @@
    path: '/self/healthy',
    component: Layout,
    permissions: ['person:healthy:healthYear'],
    hidden: true,
    children: [
      {
        path: 'healthYear/:id(\\d+)',
        path: 'healthYear',
        component: () => import('@/views/healthy/healthYear'),
        name: 'healthYear',
        meta: { title: '年度健康报告'}