ruoyi-ui/src/router/index.js
@@ -143,6 +143,24 @@ } ] }, //编辑个人信息 { path: '/self/user', component: Layout, permissions: ['self:self:list'], hidden: true, children: [ { path: 'edit/:id(\\d+)', component: () => import('@/views/self/edit'), name: 'edit', meta: { title: '编辑'} } ] }, { path: '/system/role-auth', component: Layout,