linwenling
2023-08-08 b3ddacf9a9742276e76c0aa8bfa67fcdd6e1d7fe
ruoyi-ui/src/router/index.js
@@ -424,7 +424,23 @@
      }
    ]
  },
  //财产备忘本
  {
    path: '/self/selfeconomy',
    component: Layout,
    // permissions: [],
    hidden: true,
    permissions: ['person:selfeconomy:memo'],
    children: [
      {
        path: 'memo/:id(\\d+)',
        component: () => import('@/views/selfeconomy/memo'),
        name: 'memo',
        meta: { title: '财产备忘本',activeMenu: '/self/zProperty'}
      }
    ]
  },
  //百年心愿
  {
    path: '/self/wish',
@@ -476,6 +492,23 @@
      }
    ]
  },
  //隐私备忘本
  {
    path: '/self/secret',
    component: Layout,
    // permissions: [],
    hidden: true,
    permissions: ['person:secret:memo'],
    children: [
      {
        path: 'memo/:id(\\d+)',
        component: () => import('@/views/secret/memo'),
        name: 'memo',
        meta: { title: '隐私备忘本',activeMenu: '/self/zsecret'}
      }
    ]
  },
  {
    path: '/system/role-auth',
    component: Layout,