ruoyi-ui/src/router/index.js
@@ -313,6 +313,39 @@
      }
    ]
  },
//证书、资质
  {
    path: '/self/honor',
    component: Layout,
    hidden: true,
    permissions: ['self:honor:info'],
    children: [
      {
        path: 'honorInfo/:id(\\d+)',
        component: () => import('@/views/honor/honorInfo'),
        name: 'honorInfo',
        meta: { title: '荣誉证书详情',activeMenu: '/self/zHonor'}
      }
    ]
  },
  //百年心愿
  {
    path: '/self/wish',
    component: Layout,
    // permissions: [],
    hidden: true,
    permissions: ['self:wish:info'],
    children: [
      {
        path: 'wishInfo/:id(\\d+)',
        component: () => import('@/views/wish/wishInfo'),
        name: 'wishInfo',
        meta: { title: '百年心愿详细信息',activeMenu: '/self/zIdea'}
      }
    ]
  },
  {
    path: '/system/role-auth',