zhouwx
2025-02-19 0dd37d509b9f62a0bc313fbeccd3ca5c7cd36e55
src/layout/components/Sidebar/menu.js
@@ -56,6 +56,18 @@
            meta: { title: '系统管理',icon: 'dict'},
            children: [
                {
                    path: 'characteristic',
                    name: 'characteristic',
                    meta: { title: '危化品特性管理',icon: 'druid'}
                },
                {
                    path: 'classifyInfoTable',
                    name: 'classifyInfoTable',
                    meta: { title: '危化品分类信息表',icon: 'table'}
                },
                {
                    path: 'company',
                    name: 'company',
                    meta: { title: '企业管理',icon: 'form'}
@@ -116,6 +128,11 @@
            path: '/overdueWarning',
            name: 'overdueWarning',
            meta: { title: '超期预警',icon: 'peoples',affix: true }
        },
        {
            path: '/avoidWarning',
            name: 'avoidWarning',
            meta: { title: '危化品相忌报警',icon: 'form',affix: true }
        },
        {
            path: '/basicInfo',
@@ -200,6 +217,11 @@
            meta: { title: '超期预警',icon: 'peoples',affix: true }
        },
        {
            path: '/avoidWarning',
            name: 'avoidWarning',
            meta: { title: '危化品相忌报警',icon: 'form',affix: true }
        },
        {
            path: '/basicInfo',
            name: 'basicInfo',
            meta: { title: '危化品基础信息',icon: 'monitor',affix: true }