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',