From ac703b38c8e0b92b7a15ea64a08e6a814314976e Mon Sep 17 00:00:00 2001
From: Kxc0822a <kxc000822>
Date: Mon, 11 Apr 2022 17:25:04 +0800
Subject: [PATCH] 重大
---
src/router/index.js | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 346e2bd..7602dcf 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -195,6 +195,13 @@
meta: { title: '隐患登记下达', icon: '' }
},
{
+ path: '/hiddenDangerAdd',
+ // name: '新增',
+ component: () => import('@/views/hiddenDangerRegistration/hiddenDangerAdd'),
+ // meta: { title: '隐患登记下达-发送隐患单', icon: '' }
+ hidden: true
+ },
+ {
path: '/hiddenDangerList',
// name: '隐患登记下达-发送隐患单',
component: () => import('@/views/hiddenDangerRegistration/hiddenDangerList'),
@@ -262,6 +269,13 @@
meta: { title: '自查隐患管理', icon: '' }
},
{
+ path: '/fillRectificationAdd',
+ // name: '自查隐患管理-填写整改',
+ component: () => import('@/views/hiddenDangerManagement/fillRectificationAdd'),
+ // meta: { title: '自查隐患管理-填写整改', icon: '' }
+ hidden: true
+ },
+ {
path: '/fillRectification',
// name: '自查隐患管理-填写整改',
component: () => import('@/views/hiddenDangerManagement/fillRectification'),
--
Gitblit v1.9.2