Kxc0822a
2022-03-22 b2333b4b48e68e740d3c6db22a7280f54debd907
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
    },