From 3f6bf89b1985b6668f02ffcc9af577b412e92e45 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期一, 24 三月 2025 17:17:45 +0800
Subject: [PATCH] bug修改

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

diff --git a/src/layout/components/Sidebar/menu.js b/src/layout/components/Sidebar/menu.js
index 3c54d3d..f5c83fb 100644
--- a/src/layout/components/Sidebar/menu.js
+++ b/src/layout/components/Sidebar/menu.js
@@ -1,10 +1,32 @@
 import Layout from '@/layout'
 const menu = {
     adminMenu: [
+        // {
+        //     path: '/project',
+        //     name: 'Project',
+        //     meta: { title: '项目管理',icon: 'form',affix: true }
+        // },
         {
-            path: '/project',
-            name: 'Project',
-            meta: { title: '项目管理',icon: 'form',affix: true }
+            path: '/projectManage',
+            redirect: '/projectManage/project',
+            meta: { title: '项目管理',icon: 'clipboard'},
+            children: [
+                {
+                    path: 'project',
+                    name: 'project',
+                    meta: { title: '安全评价',icon: 'monitor'}
+                },
+                {
+                    path: 'test',
+                    name: 'test',
+                    meta: { title: '检验检测',icon: 'list'}
+                },
+            ]
+        },
+        {
+            path: '/projectSupplement',
+            name: 'projectSupplement',
+            meta: { title: '项目补录',icon: 'form',affix: true }
         },
         {
             path: '/institution',
@@ -43,23 +65,23 @@
                 }
             ]
         },
-        {
-            path: '/expertManage',
-            redirect: '/expertManage/experts',
-            meta: { title: '厅专家库管理',icon: 'post'},
-            children: [
-                {
-                    path: 'experts',
-                    name: 'experts',
-                    meta: { title: '厅专家库',icon: 'server'}
-                },
-                {
-                    path: 'applyRecords',
-                    name: 'applyRecords',
-                    meta: { title: '专家申请记录',icon: 'skill'}
-                }
-            ]
-        },
+        // {
+        //     path: '/expertManage',
+        //     redirect: '/expertManage/experts',
+        //     meta: { title: '厅专家库管理',icon: 'post'},
+        //     children: [
+        //         {
+        //             path: 'experts',
+        //             name: 'experts',
+        //             meta: { title: '厅专家库',icon: 'server'}
+        //         },
+        //         {
+        //             path: 'applyRecords',
+        //             name: 'applyRecords',
+        //             meta: { title: '专家申请记录',icon: 'skill'}
+        //         }
+        //     ]
+        // },
         {
             path: '/baseSet',
             redirect: '/baseSet/evaluate',
@@ -68,7 +90,7 @@
                 {
                     path: 'evaluate',
                     name: 'evaluate',
-                    meta: { title: '评价类型管理',icon: 'build'}
+                    meta: { title: '类型管理',icon: 'build'}
                 },
                 {
                     path: 'expertsType',
@@ -96,11 +118,34 @@
 
     ],
     agencyMenu: [
+        // {
+        //     path: '/project',
+        //     name: 'Project',
+        //     meta: { title: '项目管理',icon: 'form',affix: true }
+        // },
         {
-            path: '/project',
-            name: 'Project',
-            meta: { title: '项目管理',icon: 'form',affix: true }
+            path: '/projectManage',
+            redirect: '/projectManage/project',
+            meta: { title: '项目管理',icon: 'clipboard'},
+            children: [
+                {
+                    path: 'project',
+                    name: 'project',
+                    meta: { title: '安全评价',icon: 'monitor'}
+                },
+                {
+                    path: 'test',
+                    name: 'test',
+                    meta: { title: '检验检测',icon: 'list'}
+                },
+            ]
         },
+        {
+            path: '/projectSupplement',
+            name: 'projectSupplement',
+            meta: { title: '项目补录',icon: 'form',affix: true }
+        },
+
         {
             path: '/userManage',
             redirect: '/userManage/supervise',
@@ -113,6 +158,13 @@
                 } ,
             ]
         },
+    ],
+    noMenu: [
+        {
+            path: '/noMenu',
+            name: 'noMenu',
+            meta: { title: '提示',icon: 'form',affix: true }
+        },
     ]
 
 }

--
Gitblit v1.9.2