From 185547d84110faeb341ca122a8e5c166a1f0681b Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期二, 12 四月 2022 09:51:23 +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