From b0ddbb08bbac49999c7d252a44e509994b77a041 Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: 星期一, 11 四月 2022 10:28:02 +0800
Subject: [PATCH] Merge branch 'shf' of https://sinanoaq.cn:8888/r/ztqt into shf

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

diff --git a/src/router/index.js b/src/router/index.js
index dc7a871..27ceed7 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -187,10 +187,40 @@
                   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
+              },
+              {
+                  id: 2,
+                  parentId: 0,
+                  path: '/hiddenDangerRectification',
+                  name: '隐患整改治理',
+                  component: () => import('@/views/hiddenDangerRectification'),
+                  meta: { title: '隐患整改治理', icon: '' }
+              },
+              {
+                  path: '/sendHiddenDangerList',
+                  // name: '隐患整改治理-发送隐患单',
+                  component: () => import('@/views/hiddenDangerRectification/sendHiddenDangerList'),
+                  // meta: { title: '隐患整改治理-发送隐患单', icon: '' }
+                  hidden: true
+              },
+              {
+                  path: '/applicationForExtension',
+                  // name: '隐患整改治理-申请延期',
+                  component: () => import('@/views/hiddenDangerRectification/applicationForExtension'),
+                  // meta: { title: '隐患整改治理-申请延期', icon: '' }
                   hidden: true
               },
           ]

--
Gitblit v1.9.2