From cc3e08bda13360c88b7189e8f8d043b60783c7fb Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Thu, 21 Nov 2024 16:46:32 +0800
Subject: [PATCH] 新增
---
src/router/index.js | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 33af930..ebac8ec 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -102,7 +102,21 @@
meta: { title: '个人中心', icon: 'user' }
}
]
- }
+ },
+ {
+ path: '',
+ component: Layout,
+ redirect: '/process',
+ hidden: true,
+ children: [
+ {
+ path: '/process',
+ component: () => import('@/views/safetyReview/projectManage/process.vue'),
+ name: 'Process',
+ meta: { title: '项目管理', icon: 'dashboard', affix: true }
+ }
+ ]
+ },
]
// 动态路由,基于用户权限动态去加载
--
Gitblit v1.9.2