From b0ddbb08bbac49999c7d252a44e509994b77a041 Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: Mon, 11 Apr 2022 10:28:02 +0800
Subject: [PATCH] Merge branch 'shf' of https://sinanoaq.cn:8888/r/ztqt into shf
---
src/router/index.js | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 74bca47..27ceed7 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -216,6 +216,13 @@
// meta: { title: '隐患整改治理-发送隐患单', icon: '' }
hidden: true
},
+ {
+ path: '/applicationForExtension',
+ // name: '隐患整改治理-申请延期',
+ component: () => import('@/views/hiddenDangerRectification/applicationForExtension'),
+ // meta: { title: '隐患整改治理-申请延期', icon: '' }
+ hidden: true
+ },
]
}
]
--
Gitblit v1.9.2