shj
2022-03-22 9d8e977c3593837dca24e829202d186cc56f3cff
src/router/index.js
@@ -53,6 +53,24 @@
        hidden: true
    },
    {
        path: '/productionEquipment',
        // 重大生产设备
        component: () => import('@/views/productionEquipment'),
        hidden: true
    },
    {
        path: '/instrumentData',
        // 重大仪表实时数据
        component: () => import('@/views/instrumentData'),
        hidden: true
    },
    {
        path: '/equipmentAlarm',
        // 设备报警信息
        component: () => import('@/views/equipmentAlarm'),
        hidden: true
    },
    {
        path: '/',
        component: Layout,
        redirect: '/doublePreventAction/doublePreventAction/riskLevelManage/index/doublePreventAction/riskLevelManage/analyseUnit/index',
@@ -63,7 +81,6 @@
                name: 'Dashboard1',
                meta: { title: '首页', icon: 'el-icon-dash', noCache: true, affix: true }
            }
        ],
        hidden: true
    },