mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 05:39:38 +08:00
学员列表初步
This commit is contained in:
@@ -33,7 +33,13 @@ const items = [
|
||||
],
|
||||
null
|
||||
),
|
||||
getItem("学员管理", "3", <AppstoreOutlined />, [], null),
|
||||
getItem(
|
||||
"学员管理",
|
||||
"3",
|
||||
<AppstoreOutlined />,
|
||||
[getItem("学员", "/member", null, null, null)],
|
||||
null
|
||||
),
|
||||
getItem("证书管理", "4", <SettingOutlined />, [], null),
|
||||
getItem("系统设置", "5", <SettingOutlined />, [,], null),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user