mirror of
https://github.com/PlayEdu/backend
synced 2025-07-26 15:59:43 +08:00
菜单重命名
This commit is contained in:
parent
4231366fae
commit
f50a945358
@ -22,13 +22,12 @@ 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(
|
getItem(
|
||||||
"课程内容",
|
"资源管理",
|
||||||
"3",
|
"3",
|
||||||
<MailOutlined />,
|
<MailOutlined />,
|
||||||
[
|
[
|
||||||
getItem("视频", "/vod", null, null, null),
|
getItem("视频", "/videos", null, null, null),
|
||||||
getItem("文章", "/topic", null, null, null),
|
getItem("图片", "/images", null, null, null),
|
||||||
getItem("试卷", "/paper", null, null, null),
|
|
||||||
],
|
],
|
||||||
null
|
null
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user