mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 05:39:38 +08:00
Merge branch 'dev' of https://gitee.com/playeduxyz/backend into dev
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export * from "./footer";
|
||||
export * from "./header";
|
||||
export * from "./leftMenu";
|
||||
export * from "./left-menu";
|
||||
export * from "./upload-image-button";
|
||||
export * from "./treeDepartment";
|
||||
export * from "./back-bar";
|
||||
@@ -21,15 +21,13 @@ function getItem(label: any, key: any, icon: any, children: any, type: any) {
|
||||
}
|
||||
const items = [
|
||||
getItem("首页概览", "/", <SettingOutlined />, null, null),
|
||||
getItem("网校装修", "/decoration", <SettingOutlined />, null, null),
|
||||
getItem(
|
||||
"课程内容",
|
||||
"资源管理",
|
||||
"3",
|
||||
<MailOutlined />,
|
||||
[
|
||||
getItem("视频", "/vod", null, null, null),
|
||||
getItem("文章", "/topic", null, null, null),
|
||||
getItem("试卷", "/paper", null, null, null),
|
||||
getItem("视频", "/videos", null, null, null),
|
||||
getItem("图片", "/images", null, null, null),
|
||||
],
|
||||
null
|
||||
),
|
||||
@@ -47,7 +45,6 @@ const items = [
|
||||
[getItem("部门", "/department", null, null, null)],
|
||||
null
|
||||
),
|
||||
getItem("证书管理", "5", <SettingOutlined />, [], null),
|
||||
getItem(
|
||||
"系统设置",
|
||||
"6",
|
||||
Reference in New Issue
Block a user