mirror of
https://github.com/PlayEdu/backend
synced 2025-07-22 10:31:01 +08:00
左侧菜单优化
This commit is contained in:
parent
ce4ed49d09
commit
8341da60df
@ -22,7 +22,6 @@ function getItem(label: any, key: any, icon: any, children: any, type: any) {
|
|||||||
const items = [
|
const items = [
|
||||||
getItem("首页概览", "/", <SettingOutlined />, null, null),
|
getItem("首页概览", "/", <SettingOutlined />, null, null),
|
||||||
getItem("分类管理", "/resource-category", <MailOutlined />, null, null),
|
getItem("分类管理", "/resource-category", <MailOutlined />, null, null),
|
||||||
getItem("课程管理", "/course", <AppstoreOutlined />, null, null),
|
|
||||||
getItem(
|
getItem(
|
||||||
"资源管理",
|
"资源管理",
|
||||||
"3",
|
"3",
|
||||||
@ -33,6 +32,7 @@ const items = [
|
|||||||
],
|
],
|
||||||
null
|
null
|
||||||
),
|
),
|
||||||
|
getItem("课程中心", "/course", <AppstoreOutlined />, null, null),
|
||||||
getItem(
|
getItem(
|
||||||
"学员管理",
|
"学员管理",
|
||||||
"4",
|
"4",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user