菜单权限
This commit is contained in:
@@ -20,11 +20,11 @@ const Header = ({ collapsed, setCollapsed }) => {
|
||||
};
|
||||
|
||||
const userMenuItems = [
|
||||
{
|
||||
key: "profile",
|
||||
icon: <UserOutlined />,
|
||||
label: "个人信息",
|
||||
},
|
||||
// {
|
||||
// key: "profile",
|
||||
// icon: <UserOutlined />,
|
||||
// label: "个人信息",
|
||||
// },
|
||||
{
|
||||
key: "logout",
|
||||
icon: <LogoutOutlined />,
|
||||
|
||||
Reference in New Issue
Block a user