Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
ea7ce291
Commit
ea7ce291
authored
Jun 10, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/zhangleyuan/20210608/optimize' into gray
parents
f77bd97a
c29a6a03
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
33 deletions
+39
-33
src/modules/root/Menu.less
+2
-2
src/routes/config/menuList.tsx
+37
-31
No files found.
src/modules/root/Menu.less
View file @
ea7ce291
...
@@ -48,8 +48,8 @@
...
@@ -48,8 +48,8 @@
margin-right: 20px
margin-right: 20px
}
}
.icon-img{
.icon-img{
width:1
6
px;
width:1
8
px;
height:1
6
px;
height:1
8
px;
margin-right:16px;
margin-right:16px;
}
}
.listType {
.listType {
...
...
src/routes/config/menuList.tsx
View file @
ea7ce291
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: yuananting
* @Author: yuananting
* @Date: 2021-02-21 15:53:31
* @Date: 2021-02-21 15:53:31
* @LastEditors: Please set LastEditors
* @LastEditors: Please set LastEditors
* @LastEditTime: 2021-0
5-30 11:00:09
* @LastEditTime: 2021-0
6-08 16:46:15
* @Description: 描述一下咯
* @Description: 描述一下咯
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/
*/
...
@@ -44,22 +44,6 @@ export const menuList: any = [
...
@@ -44,22 +44,6 @@ export const menuList: any = [
]
]
},
},
{
{
groupName
:
"知识库"
,
groupCode
:
"CloudKnowledge"
,
icon
:
''
,
link
:
'/knowledge-base'
,
img
:
'https://image.xiaomaiketang.com/xm/8sbP5rGQWh.png'
,
selectImg
:
'https://image.xiaomaiketang.com/xm/hJKCfibC22.png'
},
{
groupName
:
"资料云盘"
,
groupCode
:
"CloudDisk"
,
icon
:
''
,
link
:
'/resource-disk'
,
img
:
'https://image.xiaomaiketang.com/xm/zGKbXJPzXx.png'
,
selectImg
:
'https://image.xiaomaiketang.com/xm/5sN4MzjxYc.png'
,
},
{
groupName
:
"培训管理"
,
groupName
:
"培训管理"
,
groupCode
:
"TrainManage"
,
groupCode
:
"TrainManage"
,
icon
:
''
,
icon
:
''
,
...
@@ -96,17 +80,28 @@ export const menuList: any = [
...
@@ -96,17 +80,28 @@ export const menuList: any = [
]
]
},
},
{
{
groupName
:
"学院管理"
,
groupName
:
"知识库"
,
groupCode
:
"CloudShop"
,
groupCode
:
"CloudKnowledge"
,
icon
:
''
,
link
:
'/knowledge-base'
,
img
:
'https://image.xiaomaiketang.com/xm/8sbP5rGQWh.png'
,
selectImg
:
'https://image.xiaomaiketang.com/xm/hJKCfibC22.png'
},
{
groupName
:
"资料云盘"
,
groupCode
:
"CloudDisk"
,
icon
:
''
,
link
:
'/resource-disk'
,
img
:
'https://image.xiaomaiketang.com/xm/zGKbXJPzXx.png'
,
selectImg
:
'https://image.xiaomaiketang.com/xm/5sN4MzjxYc.png'
,
},
{
groupName
:
"人员管理"
,
groupCode
:
"PersonManage"
,
icon
:
''
,
icon
:
''
,
img
:
'https://image.xiaomaiketang.com/xm/
Q8i5RSMKNc
.png'
,
img
:
'https://image.xiaomaiketang.com/xm/
PRCnrt35y8
.png'
,
children
:
[
children
:
[
{
{
groupName
:
"学院信息"
,
groupCode
:
"ShopInfo"
,
link
:
'/college-info'
},
{
groupName
:
"员工管理"
,
groupName
:
"员工管理"
,
groupCode
:
"ShopStaff"
,
groupCode
:
"ShopStaff"
,
link
:
'/college-employee'
link
:
'/college-employee'
...
@@ -115,11 +110,19 @@ export const menuList: any = [
...
@@ -115,11 +110,19 @@ export const menuList: any = [
groupName
:
"学员管理"
,
groupName
:
"学员管理"
,
groupCode
:
"ShopUser"
,
groupCode
:
"ShopUser"
,
link
:
'/college-user'
link
:
'/college-user'
},
}
]
},
{
groupName
:
"学院管理"
,
groupCode
:
"CloudShop"
,
icon
:
''
,
img
:
'https://image.xiaomaiketang.com/xm/Q8i5RSMKNc.png'
,
children
:
[
{
{
groupName
:
"课程分类
"
,
groupName
:
"学院信息
"
,
groupCode
:
"CourseCategory
"
,
groupCode
:
"ShopInfo
"
,
link
:
'/course-category-manage
'
link
:
'/college-info
'
},
},
{
{
groupName
:
"学院装修"
,
groupName
:
"学院装修"
,
...
@@ -127,6 +130,11 @@ export const menuList: any = [
...
@@ -127,6 +130,11 @@ export const menuList: any = [
link
:
'/store-decoration'
link
:
'/store-decoration'
},
},
{
{
groupName
:
"分类管理"
,
groupCode
:
"CourseCategory"
,
link
:
'/course-category-manage'
},
{
groupName
:
"H5学院"
,
groupName
:
"H5学院"
,
groupCode
:
"ShopDecorationH5"
,
groupCode
:
"ShopDecorationH5"
,
link
:
'/store-decoration/h5'
link
:
'/store-decoration/h5'
...
@@ -138,5 +146,4 @@ export const menuList: any = [
...
@@ -138,5 +146,4 @@ export const menuList: any = [
}
}
]
]
},
},
]
]
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment