From 9617b90429133e5a896817c6a3ee2a569a63ac35 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期三, 11 十二月 2024 17:03:40 +0800 Subject: [PATCH] bug修改 --- src/layout/components/Sidebar/menu.js | 34 +++++++++++++++++----------------- 1 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/layout/components/Sidebar/menu.js b/src/layout/components/Sidebar/menu.js index 74bc42a..e5107c1 100644 --- a/src/layout/components/Sidebar/menu.js +++ b/src/layout/components/Sidebar/menu.js @@ -48,23 +48,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', -- Gitblit v1.9.2