From 6f6d02951fbbd1b01887aaed3fd5a22b05ab9bf4 Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: Tue, 12 Apr 2022 09:27:06 +0800
Subject: [PATCH] Merge branch 'shf' of https://sinanoaq.cn:8888/r/ztqt into shf
---
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