zhouwx
2025-01-06 2aac44c550cdb242225a2a18f7238fb41c618779
src/layout/components/Sidebar/menu.js
@@ -1,10 +1,27 @@
import Layout from '@/layout'
const menu = {
    adminMenu: [
        // {
        //     path: '/project',
        //     name: 'Project',
        //     meta: { title: '项目管理',icon: 'form',affix: true }
        // },
        {
            path: '/project',
            name: 'Project',
            meta: { title: '项目管理',icon: 'form',affix: true }
            path: '/projectManage',
            redirect: '/projectManage/project',
            meta: { title: '项目管理',icon: 'clipboard'},
            children: [
                {
                    path: 'project',
                    name: 'project',
                    meta: { title: '安全评价',icon: 'monitor'}
                },
                {
                    path: 'test',
                    name: 'test',
                    meta: { title: '检验检测',icon: 'list'}
                },
            ]
        },
        {
            path: '/projectSupplement',
@@ -48,23 +65,23 @@
                }
            ]
        },
        {
            path: '/expertManage',
            redirect: '/expertManage/experts',
            meta: { title: '厅专家库管理',icon: 'post'},
            children: [
                {
                    path: 'experts',
                    name: 'experts',
                    meta: { title: '厅专家库',icon: 'server'}
                },
                {
                    path: 'applyRecords',
                    name: 'applyRecords',
                    meta: { title: '专家申请记录',icon: 'skill'}
                }
            ]
        },
        // {
        //     path: '/expertManage',
        //     redirect: '/expertManage/experts',
        //     meta: { title: '厅专家库管理',icon: 'post'},
        //     children: [
        //         {
        //             path: 'experts',
        //             name: 'experts',
        //             meta: { title: '厅专家库',icon: 'server'}
        //         },
        //         {
        //             path: 'applyRecords',
        //             name: 'applyRecords',
        //             meta: { title: '专家申请记录',icon: 'skill'}
        //         }
        //     ]
        // },
        {
            path: '/baseSet',
            redirect: '/baseSet/evaluate',
@@ -101,10 +118,27 @@
    ],
    agencyMenu: [
        // {
        //     path: '/project',
        //     name: 'Project',
        //     meta: { title: '项目管理',icon: 'form',affix: true }
        // },
        {
            path: '/project',
            name: 'Project',
            meta: { title: '项目管理',icon: 'form',affix: true }
            path: '/projectManage',
            redirect: '/projectManage/project',
            meta: { title: '项目管理',icon: 'clipboard'},
            children: [
                {
                    path: 'project',
                    name: 'project',
                    meta: { title: '安全评价',icon: 'monitor'}
                },
                {
                    path: 'test',
                    name: 'test',
                    meta: { title: '检验检测',icon: 'list'}
                },
            ]
        },
        {
            path: '/projectSupplement',