学员列表初步

This commit is contained in:
禺狨
2023-03-03 16:55:50 +08:00
parent e057a355bf
commit 6cbe507cb3
6 changed files with 205 additions and 1 deletions

View File

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