From 0daf7e406663eb3a99c2122773f5c3297b8c1253 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期二, 13 八月 2024 17:38:31 +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