系统管理人员列表初步

This commit is contained in:
禺狨
2023-03-06 15:44:51 +08:00
parent 6a1ff99570
commit b2ba666294
5 changed files with 240 additions and 2 deletions

View File

@@ -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"];