linwenling
2023-07-25 75e703c6a450b22c070a9ec017f3b304ff344480
ruoyi-ui/src/router/index.js
@@ -379,6 +379,7 @@
      }
    ]
  },
  //百年心愿
  {
    path: '/self/wish',
@@ -396,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,