From ebe1d0d927fe99e1df1096225cc564d65ee6e9e8 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Tue, 10 Dec 2024 17:32:36 +0800
Subject: [PATCH] bug修改
---
src/layout/components/Sidebar/menu.js | 54 ++++++++++++++++++++++++++++++++++++------------------
1 files changed, 36 insertions(+), 18 deletions(-)
diff --git a/src/layout/components/Sidebar/menu.js b/src/layout/components/Sidebar/menu.js
index 3c54d3d..e5107c1 100644
--- a/src/layout/components/Sidebar/menu.js
+++ b/src/layout/components/Sidebar/menu.js
@@ -7,6 +7,11 @@
meta: { title: '项目管理',icon: 'form',affix: true }
},
{
+ path: '/projectSupplement',
+ name: 'projectSupplement',
+ meta: { title: '项目补录',icon: 'form',affix: true }
+ },
+ {
path: '/institution',
name: 'Institution',
meta: { title: '机构公示',icon: 'chart',affix: true }
@@ -43,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',
@@ -68,7 +73,7 @@
{
path: 'evaluate',
name: 'evaluate',
- meta: { title: '评价类型管理',icon: 'build'}
+ meta: { title: '类型管理',icon: 'build'}
},
{
path: 'expertsType',
@@ -102,6 +107,12 @@
meta: { title: '项目管理',icon: 'form',affix: true }
},
{
+ path: '/projectSupplement',
+ name: 'projectSupplement',
+ meta: { title: '项目补录',icon: 'form',affix: true }
+ },
+
+ {
path: '/userManage',
redirect: '/userManage/supervise',
meta: { title: '用户管理',icon: 'peoples'},
@@ -113,6 +124,13 @@
} ,
]
},
+ ],
+ noMenu: [
+ {
+ path: '/noMenu',
+ name: 'noMenu',
+ meta: { title: '提示',icon: 'form',affix: true }
+ },
]
}
--
Gitblit v1.9.2