ruoyi-ui/src/router/index.js
@@ -132,7 +132,7 @@ path: '/family1/bignote', component: Layout, // permissions: [], permissions: ['family1:bignote:list'], permissions: ['family1:bignote:list'], hidden: true, children: [ { @@ -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,