菜单权限

This commit is contained in:
liamzi
2025-01-14 18:52:03 +08:00
parent 2edb91cbea
commit 34550d0517
10 changed files with 790 additions and 409 deletions

View File

@@ -20,11 +20,11 @@ const Header = ({ collapsed, setCollapsed }) => {
};
const userMenuItems = [
{
key: "profile",
icon: <UserOutlined />,
label: "个人信息",
},
// {
// key: "profile",
// icon: <UserOutlined />,
// label: "个人信息",
// },
{
key: "logout",
icon: <LogoutOutlined />,