linwenling
2023-07-27 dd0ea31871a79cbc081bbb51dc9c14ce51ddc6c2
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,