From 137910cf4fc73a3a2787a3a02718f1e1f637c368 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期五, 14 六月 2024 16:01:17 +0800 Subject: [PATCH] bug修改 --- src/router/index.js | 28 +++++++++++++++++++++++++++- 1 files changed, 27 insertions(+), 1 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index c5f551d..49e47c5 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -91,6 +91,19 @@ // ] // }, { + path: '/noMenu', + component: Layout, + redirect: '/noMenu', + children: [ + { + path: '/noMenu', + component: () => import('@/views/error/noMenu.vue'), + name: 'noMenu', + meta: { title: '提示',icon: 'form', affix: true } + } + ] + }, + { path: '', component: Layout, redirect: '/institution', @@ -139,6 +152,19 @@ component: () => import('@/views/safetyReview/projectManage/index.vue'), name: 'Project', meta: { title: '项目管理',icon: 'form', affix: true } + } + ] + }, + { + path: '/projectSupplement', + component: Layout, + redirect: '/projectSupplement', + children: [ + { + path: '/projectSupplement', + component: () => import('@/views/safetyReview/projectSupplement/index.vue'), + name: 'projectSupplement', + meta: { title: '项目补录',icon: 'form', affix: true } } ] }, @@ -218,7 +244,7 @@ path: 'evaluate', component: () => import('@/views/safetyReview/baseSet/evaluateType/index.vue'), name: 'evaluate', - meta: { title: '评价类型管理',icon: 'form'} + meta: { title: '类型管理',icon: 'form'} }, { path: 'expertsType', -- Gitblit v1.9.2