From b2333b4b48e68e740d3c6db22a7280f54debd907 Mon Sep 17 00:00:00 2001
From: Kxc0822a <kxc000822>
Date: 星期二, 22 三月 2022 09:43:47 +0800
Subject: [PATCH] 重大

---
 src/router/index.js |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 64bca8a..5c98039 100644
--- a/src/router/index.js
+++ b/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
     },

--
Gitblit v1.9.2