Tcsm
2023-04-07 d173892fe80f02f2779ab0f0fe26ef450bfd79c5
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,