From 31ab2edfa500364818d2cc2c30acc1f4ae5b8dac Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期二, 20 八月 2024 17:25:30 +0800
Subject: [PATCH] bug修改

---
 src/layout/components/Sidebar/menu.js |  186 ++++++++++++++++++++++++++++++++--------------
 1 files changed, 129 insertions(+), 57 deletions(-)

diff --git a/src/layout/components/Sidebar/menu.js b/src/layout/components/Sidebar/menu.js
index b017f9e..1c88d54 100644
--- a/src/layout/components/Sidebar/menu.js
+++ b/src/layout/components/Sidebar/menu.js
@@ -1,50 +1,45 @@
 import Layout from '@/layout'
 const menu = {
     adminMenu: [
-        {
-            path: '/homePage',
-            redirect: '/homePage',
-            meta: { title: '首页',icon: 'server'},
-            children: [
-
-                {
-                    path: 'homePage',
-                    name: 'company',
-                    meta: { title: '工作台',icon: 'server'}
-                } ,
-            ]
-        },
-        {
-            path: '/warehouseManage',
-            name: 'warehouseManage',
-            meta: { title: '入库管理',icon: 'form',affix: true }
-        },
-
-        {
-            path: '/electronicWarehouse',
-            name: 'electronicWarehouse',
-            meta: { title: '电子仓库',icon: 'build',affix: true }
-        },
         // {
-        //     path: '/detailList',
-        //     name: 'detailList',
-        //     meta: { title: '危化品详单',icon: 'education',affix: true }
+        //     path: '/homePageIndex',
+        //     redirect: '/homePageIndex',
+        //     meta: { title: '首页',icon: 'server'},
+        //     children: [
+        //
+        //         {
+        //             path: 'homePageIndex',
+        //             name: 'homePageIndex',
+        //             meta: { title: '工作台',icon: 'server'}
+        //         } ,
+        //     ]
         // },
-        {
-            path: '/accessRecords',
-            name: 'accessRecords',
-            meta: { title: '取用记录',icon: 'job',affix: true }
-        },
-        {
-            path: '/traceableQuery',
-            name: 'traceableQuery',
-            meta: { title: '溯源查询',icon: 'log',affix: true }
-        },
-        {
-            path: '/overdueWarning',
-            name: 'overdueWarning',
-            meta: { title: '超期预警',icon: 'peoples',affix: true }
-        },
+        // {
+        //     path: '/warehouseManage',
+        //     name: 'warehouseManage',
+        //     meta: { title: '入库管理',icon: 'form',affix: true }
+        // },
+        //
+        // {
+        //     path: '/electronicWarehouse',
+        //     name: 'electronicWarehouse',
+        //     meta: { title: '电子仓库',icon: 'build',affix: true }
+        // },
+        // {
+        //     path: '/accessRecords',
+        //     name: 'accessRecords',
+        //     meta: { title: '取用记录',icon: 'job',affix: true }
+        // },
+        // {
+        //     path: '/traceableQuery',
+        //     name: 'traceableQuery',
+        //     meta: { title: '溯源查询',icon: 'log',affix: true }
+        // },
+        // {
+        //     path: '/overdueWarning',
+        //     name: 'overdueWarning',
+        //     meta: { title: '超期预警',icon: 'peoples',affix: true }
+        // },
         {
             path: '/basicInfo',
             name: 'basicInfo',
@@ -60,39 +55,34 @@
             redirect: '/systemManage/warehouse',
             meta: { title: '系统管理',icon: 'dict'},
             children: [
-                // {
-                //     path: 'warehouse',
-                //     name: 'warehouse',
-                //     meta: { title: '仓库管理',icon: 'form'}
-                // } ,
                 {
                     path: 'company',
                     name: 'company',
                     meta: { title: '企业管理',icon: 'form'}
                 } ,
                 {
+                    path: 'config',
+                    name: 'config',
+                    meta: { title: '企业配置',icon: 'list'}
+                } ,
+                {
                     path: 'user',
                     name: 'user',
-                    meta: { title: '用户管理',icon: 'list'}
+                    meta: { title: '用户管理',icon: 'peoples'}
                 } ,
-                // {
-                //     path: 'department',
-                //     name: 'department',
-                //     meta: { title: '部门管理',icon: 'logininfor'}
-                // } ,
             ]
         },
     ],
     companyMenu: [
         {
-            path: '/homePage',
-            redirect: '/homePage',
+            path: '/homePageIndex',
+            redirect: '/homePageIndex',
             meta: { title: '首页',icon: 'server'},
             children: [
 
                 {
-                    path: 'homePage',
-                    name: 'company',
+                    path: 'homePageIndex',
+                    name: 'homePageIndex',
                     meta: { title: '工作台',icon: 'server'}
                 } ,
             ]
@@ -165,6 +155,88 @@
             ]
         },
     ],
+    commonMenu: [
+        {
+            path: '/homePageIndex',
+            redirect: '/homePageIndex',
+            meta: { title: '首页',icon: 'server'},
+            children: [
+
+                {
+                    path: 'homePageIndex',
+                    name: 'homePageIndex',
+                    meta: { title: '工作台',icon: 'server'}
+                } ,
+            ]
+        },
+        {
+            path: '/warehouseManage',
+            name: 'warehouseManage',
+            meta: { title: '入库管理',icon: 'form',affix: true }
+        },
+        {
+            path: '/electronicWarehouse',
+            name: 'electronicWarehouse',
+            meta: { title: '电子仓库',icon: 'build',affix: true }
+        },
+        // {
+        //     path: '/detailList',
+        //     name: 'detailList',
+        //     meta: { title: '危化品详单',icon: 'education',affix: true }
+        // },
+        {
+            path: '/accessRecords',
+            name: 'accessRecords',
+            meta: { title: '取用记录',icon: 'job',affix: true }
+        },
+        {
+            path: '/traceableQuery',
+            name: 'traceableQuery',
+            meta: { title: '溯源查询',icon: 'log',affix: true }
+        },
+        {
+            path: '/overdueWarning',
+            name: 'overdueWarning',
+            meta: { title: '超期预警',icon: 'peoples',affix: true }
+        },
+        {
+            path: '/basicInfo',
+            name: 'basicInfo',
+            meta: { title: '危化品基础信息',icon: 'monitor',affix: true }
+        },
+        {
+            path: '/finishedBasicInfo',
+            name: 'finishedBasicInfo',
+            meta: { title: '成品基础信息',icon: 'monitor',affix: true }
+        },
+        {
+            path: '/systemManage',
+            redirect: '/systemManage/warehouse',
+            meta: { title: '系统管理',icon: 'dict'},
+            children: [
+                {
+                    path: 'warehouse',
+                    name: 'warehouse',
+                    meta: { title: '仓库管理',icon: 'form'}
+                } ,
+                // {
+                //     path: 'company',
+                //     name: 'company',
+                //     meta: { title: '企业管理',icon: 'form'}
+                // } ,
+                // {
+                //     path: 'user',
+                //     name: 'user',
+                //     meta: { title: '用户管理',icon: 'list'}
+                // } ,
+                // {
+                //     path: 'department',
+                //     name: 'department',
+                //     meta: { title: '部门管理',icon: 'logininfor'}
+                // } ,
+            ]
+        },
+    ],
 
 }
 export default menu;

--
Gitblit v1.9.2