zhouwx
2024-08-16 199338bd4fe73d295f18b032f8ce65e8e95896b2
src/layout/components/Sidebar/menu.js
@@ -7,6 +7,11 @@
            meta: { title: '项目管理',icon: 'form',affix: true }
        },
        {
            path: '/projectSupplement',
            name: 'projectSupplement',
            meta: { title: '项目补录',icon: 'form',affix: true }
        },
        {
            path: '/institution',
            name: 'Institution',
            meta: { title: '机构公示',icon: 'chart',affix: true }
@@ -102,6 +107,12 @@
            meta: { title: '项目管理',icon: 'form',affix: true }
        },
        {
            path: '/projectSupplement',
            name: 'projectSupplement',
            meta: { title: '项目补录',icon: 'form',affix: true }
        },
        {
            path: '/userManage',
            redirect: '/userManage/supervise',
            meta: { title: '用户管理',icon: 'peoples'},
@@ -113,6 +124,13 @@
                } ,
            ]
        },
    ],
    noMenu: [
        {
            path: '/noMenu',
            name: 'noMenu',
            meta: { title: '提示',icon: 'form',affix: true }
        },
    ]
}