src/layout/components/Sidebar/menu.js
@@ -2,6 +2,11 @@ const menu = { adminMenu: [ { path: '/project', name: 'Project', meta: { title: '项目管理',icon: 'form',affix: true } }, { path: '/institution', name: 'Institution', meta: { title: '机构公示',icon: 'form',affix: true } @@ -87,6 +92,11 @@ ], agencyMenu: [ { path: '/project', name: 'Project', meta: { title: '项目管理',icon: 'form',affix: true } }, { path: '/userManage', redirect: '/userManage/supervise', meta: { title: '用户管理',icon: 'form'},