From 2088670337ccd0b3aed9c9b25adc205d1e69c361 Mon Sep 17 00:00:00 2001 From: Kxc0822a <kxc000822> Date: 星期一, 11 四月 2022 09:58:41 +0800 Subject: [PATCH] 重大 --- src/router/index.js | 29 ++++++++++++++++++++++++++--- 1 files changed, 26 insertions(+), 3 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index dc7a871..74bca47 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -187,10 +187,33 @@ 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 }, ] -- Gitblit v1.9.2