Commit 7404dea8 authored by 前端-许佳敏's avatar 前端-许佳敏

fix:去掉个人中心,个人设置选项

parent 5013ea99
...@@ -21,7 +21,7 @@ const AvatarDropdown = () => { ...@@ -21,7 +21,7 @@ const AvatarDropdown = () => {
const menuHeaderDropdown = ( const menuHeaderDropdown = (
<Menu className={styles.menu} selectedKeys={[]}> <Menu className={styles.menu} selectedKeys={[]}>
<Menu.Item key="center"> {/* <Menu.Item key="center">
<UserOutlined /> <UserOutlined />
个人中心 个人中心
</Menu.Item> </Menu.Item>
...@@ -29,7 +29,7 @@ const AvatarDropdown = () => { ...@@ -29,7 +29,7 @@ const AvatarDropdown = () => {
<SettingOutlined /> <SettingOutlined />
个人设置 个人设置
</Menu.Item> </Menu.Item>
<Menu.Divider /> <Menu.Divider /> */}
<Menu.Item onClick={logout} key="logout"> <Menu.Item onClick={logout} key="logout">
<LogoutOutlined /> <LogoutOutlined />
退出登录 退出登录
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment