zhouwx
2024-09-06 d098e2e3a16837ad0a61c1a2df93b27c7d16bfd2
src/layout/components/Sidebar/menu.js
@@ -1,50 +1,45 @@
import Layout from '@/layout'
const menu = {
    adminMenu: [
        {
            path: '/homePage',
            redirect: '/homePage',
            meta: { title: '首页',icon: 'server'},
            children: [
                {
                    path: 'homePage',
                    name: 'company',
                    meta: { title: '工作台',icon: 'server'}
                } ,
            ]
        },
        {
            path: '/warehouseManage',
            name: 'warehouseManage',
            meta: { title: '入库管理',icon: 'form',affix: true }
        },
        {
            path: '/electronicWarehouse',
            name: 'electronicWarehouse',
            meta: { title: '电子仓库',icon: 'build',affix: true }
        },
        // {
        //     path: '/detailList',
        //     name: 'detailList',
        //     meta: { title: '危化品详单',icon: 'education',affix: true }
        //     path: '/homePageIndex',
        //     redirect: '/homePageIndex',
        //     meta: { title: '首页',icon: 'server'},
        //     children: [
        //
        //         {
        //             path: 'homePageIndex',
        //             name: 'homePageIndex',
        //             meta: { title: '工作台',icon: 'server'}
        //         } ,
        //     ]
        // },
        {
            path: '/accessRecords',
            name: 'accessRecords',
            meta: { title: '取用记录',icon: 'job',affix: true }
        },
        {
            path: '/traceableQuery',
            name: 'traceableQuery',
            meta: { title: '溯源查询',icon: 'log',affix: true }
        },
        {
            path: '/overdueWarning',
            name: 'overdueWarning',
            meta: { title: '超期预警',icon: 'peoples',affix: true }
        },
        // {
        //     path: '/warehouseManage',
        //     name: 'warehouseManage',
        //     meta: { title: '入库管理',icon: 'form',affix: true }
        // },
        //
        // {
        //     path: '/electronicWarehouse',
        //     name: 'electronicWarehouse',
        //     meta: { title: '电子仓库',icon: 'build',affix: true }
        // },
        // {
        //     path: '/accessRecords',
        //     name: 'accessRecords',
        //     meta: { title: '取用记录',icon: 'job',affix: true }
        // },
        // {
        //     path: '/traceableQuery',
        //     name: 'traceableQuery',
        //     meta: { title: '溯源查询',icon: 'log',affix: true }
        // },
        // {
        //     path: '/overdueWarning',
        //     name: 'overdueWarning',
        //     meta: { title: '超期预警',icon: 'peoples',affix: true }
        // },
        {
            path: '/basicInfo',
            name: 'basicInfo',
@@ -60,39 +55,34 @@
            redirect: '/systemManage/warehouse',
            meta: { title: '系统管理',icon: 'dict'},
            children: [
                // {
                //     path: 'warehouse',
                //     name: 'warehouse',
                //     meta: { title: '仓库管理',icon: 'form'}
                // } ,
                {
                    path: 'company',
                    name: 'company',
                    meta: { title: '企业管理',icon: 'form'}
                } ,
                {
                    path: 'config',
                    name: 'config',
                    meta: { title: '企业配置',icon: 'list'}
                } ,
                {
                    path: 'user',
                    name: 'user',
                    meta: { title: '用户管理',icon: 'list'}
                    meta: { title: '用户管理',icon: 'peoples'}
                } ,
                // {
                //     path: 'department',
                //     name: 'department',
                //     meta: { title: '部门管理',icon: 'logininfor'}
                // } ,
            ]
        },
    ],
    companyMenu: [
        {
            path: '/homePage',
            redirect: '/homePage',
            path: '/homePageIndex',
            redirect: '/homePageIndex',
            meta: { title: '首页',icon: 'server'},
            children: [
                {
                    path: 'homePage',
                    name: 'company',
                    path: 'homePageIndex',
                    name: 'homePageIndex',
                    meta: { title: '工作台',icon: 'server'}
                } ,
            ]
@@ -165,6 +155,88 @@
            ]
        },
    ],
    commonMenu: [
        {
            path: '/homePageIndex',
            redirect: '/homePageIndex',
            meta: { title: '首页',icon: 'server'},
            children: [
                {
                    path: 'homePageIndex',
                    name: 'homePageIndex',
                    meta: { title: '工作台',icon: 'server'}
                } ,
            ]
        },
        {
            path: '/warehouseManage',
            name: 'warehouseManage',
            meta: { title: '入库管理',icon: 'form',affix: true }
        },
        {
            path: '/electronicWarehouse',
            name: 'electronicWarehouse',
            meta: { title: '电子仓库',icon: 'build',affix: true }
        },
        // {
        //     path: '/detailList',
        //     name: 'detailList',
        //     meta: { title: '危化品详单',icon: 'education',affix: true }
        // },
        {
            path: '/accessRecords',
            name: 'accessRecords',
            meta: { title: '取用记录',icon: 'job',affix: true }
        },
        {
            path: '/traceableQuery',
            name: 'traceableQuery',
            meta: { title: '溯源查询',icon: 'log',affix: true }
        },
        {
            path: '/overdueWarning',
            name: 'overdueWarning',
            meta: { title: '超期预警',icon: 'peoples',affix: true }
        },
        {
            path: '/basicInfo',
            name: 'basicInfo',
            meta: { title: '危化品基础信息',icon: 'monitor',affix: true }
        },
        {
            path: '/finishedBasicInfo',
            name: 'finishedBasicInfo',
            meta: { title: '成品基础信息',icon: 'monitor',affix: true }
        },
        {
            path: '/systemManage',
            redirect: '/systemManage/warehouse',
            meta: { title: '系统管理',icon: 'dict'},
            children: [
                {
                    path: 'warehouse',
                    name: 'warehouse',
                    meta: { title: '仓库管理',icon: 'form'}
                } ,
                // {
                //     path: 'company',
                //     name: 'company',
                //     meta: { title: '企业管理',icon: 'form'}
                // } ,
                // {
                //     path: 'user',
                //     name: 'user',
                //     meta: { title: '用户管理',icon: 'list'}
                // } ,
                // {
                //     path: 'department',
                //     name: 'department',
                //     meta: { title: '部门管理',icon: 'logininfor'}
                // } ,
            ]
        },
    ],
}
export default menu;