From 9d8e977c3593837dca24e829202d186cc56f3cff Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: 星期二, 22 三月 2022 10:09:50 +0800
Subject: [PATCH] Merge branch 'shf' of https://sinanoaq.cn:8888/r/ztqt into shf

---
 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