From d89ab56f6599dd57cf944b1af9ea129267f7f8e1 Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期五, 19 一月 2024 17:20:23 +0800 Subject: [PATCH] bug修改 --- src/router/index.js | 33 +++++++++++++++++++++++++++++++++ 1 files changed, 33 insertions(+), 0 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index e9967eb..c5f551d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -130,6 +130,33 @@ ] }, { + path: '/project', + component: Layout, + redirect: '/project', + children: [ + { + path: '/project', + component: () => import('@/views/safetyReview/projectManage/index.vue'), + name: 'Project', + meta: { title: '项目管理',icon: 'form', affix: true } + } + ] + }, + { + path: '/process', + component: Layout, + redirect: '/process', + children: [ + { + path: '/process', + component: () => import('@/views/safetyReview/projectManage/process.vue'), + name: 'Process', + meta: { title: '项目信息管理'} + } + ] + }, + + { path: '/userManage', component: Layout, redirect: '/userManage/supervise', @@ -211,6 +238,12 @@ name: 'area', meta: { title: '地区维护',icon: 'form'} }, + { + path: 'major', + component: () => import('@/views/safetyReview/baseSet/major/index.vue'), + name: 'major', + meta: { title: '专业方向',icon: 'form'} + }, ] }, -- Gitblit v1.9.2