From 20195d0e1cbbf3e8bfd20e2baf53e2115f663da3 Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: Wed, 24 Jan 2024 16:38:22 +0800
Subject: [PATCH] 评价结论
---
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