From 12a7587eb12e3d33809ef9c169dd76b20ac707c4 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期三, 13 十一月 2024 10:23:47 +0800
Subject: [PATCH] 修改

---
 src/layout/components/Sidebar/menu.js |   71 +++++++++++++++++++++++------------
 1 files changed, 47 insertions(+), 24 deletions(-)

diff --git a/src/layout/components/Sidebar/menu.js b/src/layout/components/Sidebar/menu.js
index 3c54d3d..dd25c14 100644
--- a/src/layout/components/Sidebar/menu.js
+++ b/src/layout/components/Sidebar/menu.js
@@ -7,6 +7,11 @@
             meta: { title: '项目管理',icon: 'form',affix: true }
         },
         {
+            path: '/projectSupplement',
+            name: 'projectSupplement',
+            meta: { title: '项目补录',icon: 'form',affix: true }
+        },
+        {
             path: '/institution',
             name: 'Institution',
             meta: { title: '机构公示',icon: 'chart',affix: true }
@@ -61,35 +66,40 @@
             ]
         },
         {
-            path: '/baseSet',
-            redirect: '/baseSet/evaluate',
-            meta: { title: '基础设置',icon: 'dict'},
+            path: '/system',
+            redirect: '/system/dept',
+            meta: { title: '系统设置',icon: 'dict'},
             children: [
+                {
+                    path: 'dept',
+                    name: 'dept',
+                    meta: { title: '部门处室管理',icon: 'build'}
+                },
                 {
                     path: 'evaluate',
                     name: 'evaluate',
-                    meta: { title: '评价类型管理',icon: 'build'}
+                    meta: { title: '类型管理',icon: 'build'}
                 },
-                {
-                    path: 'expertsType',
-                    name: 'expertsType',
-                    meta: { title: '专家类型管理',icon: 'clipboard'}
-                },
-                {
-                    path: 'business',
-                    name: 'business',
-                    meta: { title: '业务范围管理',icon: 'cascader'}
-                },
-                {
-                    path: 'area',
-                    name: 'area',
-                    meta: { title: '地区维护管理',icon: 'component'}
-                },
-                {
-                    path: 'major',
-                    name: 'major',
-                    meta: { title: '专业方向管理',icon: 'documentation'}
-                }
+                // {
+                //     path: 'expertsType',
+                //     name: 'expertsType',
+                //     meta: { title: '专家类型管理',icon: 'clipboard'}
+                // },
+                // {
+                //     path: 'business',
+                //     name: 'business',
+                //     meta: { title: '业务范围管理',icon: 'cascader'}
+                // },
+                // {
+                //     path: 'area',
+                //     name: 'area',
+                //     meta: { title: '地区维护管理',icon: 'component'}
+                // },
+                // {
+                //     path: 'major',
+                //     name: 'major',
+                //     meta: { title: '专业方向管理',icon: 'documentation'}
+                // }
 
             ]
         },
@@ -102,6 +112,12 @@
             meta: { title: '项目管理',icon: 'form',affix: true }
         },
         {
+            path: '/projectSupplement',
+            name: 'projectSupplement',
+            meta: { title: '项目补录',icon: 'form',affix: true }
+        },
+
+        {
             path: '/userManage',
             redirect: '/userManage/supervise',
             meta: { title: '用户管理',icon: 'peoples'},
@@ -113,6 +129,13 @@
                 } ,
             ]
         },
+    ],
+    noMenu: [
+        {
+            path: '/noMenu',
+            name: 'noMenu',
+            meta: { title: '提示',icon: 'form',affix: true }
+        },
     ]
 
 }

--
Gitblit v1.9.2