菜单重命名

This commit is contained in:
none 2023-03-07 15:01:08 +08:00
parent 4231366fae
commit f50a945358

View File

@ -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
), ),