独墅湖高教创新区危化品智慧管控平台(新危化品)
马宇豪
2025-04-21 05cccb157fa461c1ce17cbeb9b00ed5396491ca8
src/layout/components/Sidebar/menu.js
@@ -2,17 +2,14 @@
const menu = {
    commonMenu: [
        {
            path: '/bigScreen',
            redirect: '/bigScreen',
            meta: { title: '监管大屏',icon: 'server',affix: true}
        },
        {
            path: '/homePageIndex',
            redirect: '/homePageIndex',
            meta: { title: '首页',icon: 'server'},
            children: [
                {
                    path: 'homePageIndex',
                    name: 'homePageIndex',
                    meta: { title: '工作台',icon: 'server'}
                } ,
            ]
            name: 'homePageIndex',
            meta: { title: '工作台',icon: 'caution',affix: true }
        },
        {
            path: '/warehouseManage',