From 52f0aa42410a2102a8fa1badfc8e467cae7d6a7c Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: Tue, 16 Jan 2024 09:19:46 +0800
Subject: [PATCH] 项目管理
---
src/router/index.js | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index e9967eb..782e60a 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',
--
Gitblit v1.9.2