From 18aff5cd709785bb357ec8c22b4074680cadf0d0 Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: 星期一, 19 二月 2024 09:12:42 +0800
Subject: [PATCH] bug修改

---
 src/layout/components/Sidebar/menu.js |   34 ++++++++++++++++++++++++++++++++--
 1 files changed, 32 insertions(+), 2 deletions(-)

diff --git a/src/layout/components/Sidebar/menu.js b/src/layout/components/Sidebar/menu.js
index 740cd71..20c8ce0 100644
--- a/src/layout/components/Sidebar/menu.js
+++ b/src/layout/components/Sidebar/menu.js
@@ -2,6 +2,11 @@
 const menu = {
     adminMenu: [
         {
+            path: '/project',
+            name: 'Project',
+            meta: { title: '项目管理',icon: 'form',affix: true }
+        },
+        {
             path: '/institution',
             name: 'Institution',
             meta: { title: '机构公示',icon: 'form',affix: true }
@@ -73,17 +78,42 @@
                 {
                     path: 'business',
                     name: 'business',
-                    meta: { title: '业务范围',icon: 'form'}
+                    meta: { title: '业务范围管理',icon: 'form'}
                 },
                 {
                     path: 'area',
                     name: 'area',
-                    meta: { title: '地区维护',icon: 'form'}
+                    meta: { title: '地区维护管理',icon: 'form'}
+                },
+                {
+                    path: 'major',
+                    name: 'major',
+                    meta: { title: '专业方向管理',icon: 'form'}
                 }
 
             ]
         },
 
+    ],
+    agencyMenu: [
+        {
+            path: '/project',
+            name: 'Project',
+            meta: { title: '项目管理',icon: 'form',affix: true }
+        },
+        {
+            path: '/userManage',
+            redirect: '/userManage/supervise',
+            meta: { title: '用户管理',icon: 'form'},
+            children: [
+                {
+                    path: 'expertUsers',
+                    name: 'expertUsers',
+                    meta: { title: '专家用户管理',icon: 'form'}
+                } ,
+            ]
+        },
     ]
+
 }
 export default menu;

--
Gitblit v1.9.2