ruoyi-ui/src/router/index.js
@@ -397,7 +397,23 @@ } ] }, //健康保健 { path: '/self/healthy', component: Layout, // permissions: [], hidden: true, permissions: ['person:health:info'], children: [ { path: 'healthyInfo/:id(\\d+)', component: () => import('@/views/healthy/healthyInfo'), name: 'healthyInfo', meta: { title: '健康保健详情',activeMenu: '/self/zYear'} } ] }, { path: '/system/role-auth', component: Layout,