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 | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 2ef8d6a..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', @@ -143,6 +156,19 @@ ] }, { + path: '/projectSupplement', + component: Layout, + redirect: '/projectSupplement', + children: [ + { + path: '/projectSupplement', + component: () => import('@/views/safetyReview/projectSupplement/index.vue'), + name: 'projectSupplement', + meta: { title: '项目补录',icon: 'form', affix: true } + } + ] + }, + { path: '/process', component: Layout, redirect: '/process', -- Gitblit v1.9.2