From 81fbccc69012cbedcc60e01a26b99185430dba2a Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: 星期五, 13 五月 2022 16:55:52 +0800
Subject: [PATCH] 隐患

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

diff --git a/src/router/index.js b/src/router/index.js
index d10d095..5169c7b 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -332,6 +332,39 @@
                 component: () => import('@/views/oneFromanother'),
                 meta: { title: '内部举一反三', icon: '' }
             },
+            {
+                path: '/manage',
+                component: () => import('@/views/oneFromanother/manage'),
+                hidden: true
+            },
+            {
+                path: '/exist',
+                component: () => import('@/views/oneFromanother/exist'),
+                hidden: true
+            },
+              {
+                  id: 8,
+                  parentId: 0,
+                  path: '/hiddenDangerTroubleshootingList',
+                  name: '隐患排查清单',
+                  component: () => import('@/views/hiddenDangerTroubleshootingList'),
+                  meta: { title: '隐患排查清单', icon: '' }
+              },
+              {
+                  path: '/preview',
+                  // name: '隐患排查清单-预览',
+                  component: () => import('@/views/hiddenDangerTroubleshootingList/preview'),
+                  // meta: { title: '隐患排查清单-预览', icon: '' }
+                  hidden: true
+              },
+              {
+                id: 9,
+                parentId: 0,
+                path: '/Issuedbysuperiors',
+                name: '上级下达隐患',
+                component: () => import('@/views/Issuedbysuperiors'),
+                meta: { title: '上级下达隐患', icon: '' }
+            },
           ]
       }
 ]

--
Gitblit v1.9.2