ruoyi-ui/src/router/index.js
@@ -444,6 +444,23 @@ } ] }, //藏心密语 { path: '/self/secret', component: Layout, // permissions: [], hidden: true, permissions: ['self:secret:info'], children: [ { path: 'secretInfo/:id(\\d+)', component: () => import('@/views/secret/secretInfo'), name: 'secretInfo', meta: { title: '隐私详情',activeMenu: '/self/zsecret'} } ] }, { path: '/system/role-auth', component: Layout,