From a434c141da6cf11aab8be6328c7643550bbdaf47 Mon Sep 17 00:00:00 2001
From: Kxc0822a <kxc000822>
Date: 星期一, 11 四月 2022 09:10:35 +0800
Subject: [PATCH] 重大

---
 src/router/index.js |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index dc7a871..6af069c 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -187,10 +187,18 @@
                   meta: { title: '重大隐患整改进度', icon: '' }
               },
               {
+                  id: 2,
+                  parentId: 0,
+                  path: '/hiddenDangerRegistration',
+                  name: '隐患登记下达',
+                  component: () => import('@/views/hiddenDangerRegistration'),
+                  meta: { title: '隐患登记下达', icon: '' }
+              },
+              {
                   path: '/hiddenDangerList',
-                  // name: '重大隐患整改进度-发送隐患单',
-                  component: () => import('@/views/accidentHidden/hiddenDangerList'),
-                  // meta: { title: '重大隐患整改进度-发送隐患单', icon: '' }
+                  // name: '隐患登记下达-发送隐患单',
+                  component: () => import('@/views/hiddenDangerRegistration/hiddenDangerList'),
+                  // meta: { title: '隐患登记下达-发送隐患单', icon: '' }
                   hidden: true
               },
           ]

--
Gitblit v1.9.2