mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 05:39:38 +08:00
登录样式优化
This commit is contained in:
@@ -21,6 +21,13 @@ function getItem(label: any, key: any, icon: any, children: any, type: any) {
|
||||
}
|
||||
const items = [
|
||||
getItem("首页概览", "/", <SettingOutlined />, null, null),
|
||||
getItem(
|
||||
"课程内容",
|
||||
"8",
|
||||
<AppstoreOutlined />,
|
||||
[getItem("课程", "/course", null, null, null)],
|
||||
null
|
||||
),
|
||||
getItem(
|
||||
"资源管理",
|
||||
"3",
|
||||
@@ -55,7 +62,7 @@ const items = [
|
||||
),
|
||||
];
|
||||
|
||||
const rootSubmenuKeys = ["3", "4", "5", "6", "7"];
|
||||
const rootSubmenuKeys = ["3", "4", "5", "6", "7", "8"];
|
||||
|
||||
export const LeftMenu: React.FC = () => {
|
||||
//展开的subMenu
|
||||
|
||||
Reference in New Issue
Block a user