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