From c13724cfd477e6bc55bbf6142e23b0fd574bda1e Mon Sep 17 00:00:00 2001 From: Kxc0822a <kxc000822> Date: 星期二, 22 三月 2022 10:08:03 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/shf' into shf --- src/router/index.js | 34 +++++++++++++++++++++++++++++++++- 1 files changed, 33 insertions(+), 1 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index cee1087..5c98039 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -53,7 +53,39 @@ hidden: true }, { - path: '', + 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', + children: [ + { + path: 'dashboard', + component: () => import('@/views/doublePreventAction/riskLevelManage/analyseUnit/index'), + name: 'Dashboard1', + meta: { title: '首页', icon: 'el-icon-dash', noCache: true, affix: true } + } + ], + hidden: true + }, + { + path: 'dashboard', component: Layout, redirect: 'dashboard', children: [ -- Gitblit v1.9.2