linwenling
2023-08-15 b37c004b2881e1d39b7ac3fa471ea421752c0906
ruoyi-ui/src/router/index.js
@@ -510,6 +510,23 @@
      }
    ]
  },
  //年度健康检查报告
  {
    path: '/self/healthy',
    component: Layout,
    permissions: ['person:healthy:healthYear'],
    hidden: true,
    children: [
      {
        path: 'healthYear/:id(\\d+)',
        component: () => import('@/views/healthy/healthYear'),
        name: 'healthYear',
        meta: { title: '年度健康报告'}
      }
    ]
  },
  //藏心密语
  {
    path: '/self/secret',