From 60e36c367ccfb6382b29f02df97bebca76351235 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期三, 14 八月 2024 17:30:08 +0800
Subject: [PATCH] 提交

---
 src/layout/components/Sidebar/menu.js |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/layout/components/Sidebar/menu.js b/src/layout/components/Sidebar/menu.js
index fc6a211..28af68b 100644
--- a/src/layout/components/Sidebar/menu.js
+++ b/src/layout/components/Sidebar/menu.js
@@ -12,11 +12,11 @@
             name: 'electronicWarehouse',
             meta: { title: '电子仓库',icon: 'build',affix: true }
         },
-        {
-            path: '/detailList',
-            name: 'detailList',
-            meta: { title: '危化品详单',icon: 'education',affix: true }
-        },
+        // {
+        //     path: '/detailList',
+        //     name: 'detailList',
+        //     meta: { title: '危化品详单',icon: 'education',affix: true }
+        // },
         {
             path: '/accessRecords',
             name: 'accessRecords',
@@ -81,11 +81,11 @@
             name: 'electronicWarehouse',
             meta: { title: '电子仓库',icon: 'build',affix: true }
         },
-        {
-            path: '/detailList',
-            name: 'detailList',
-            meta: { title: '危化品详单',icon: 'education',affix: true }
-        },
+        // {
+        //     path: '/detailList',
+        //     name: 'detailList',
+        //     meta: { title: '危化品详单',icon: 'education',affix: true }
+        // },
         {
             path: '/accessRecords',
             name: 'accessRecords',

--
Gitblit v1.9.2