Commit ac787994 authored by XieZhiXiong's avatar XieZhiXiong

chore: 添加 key

parent 55f071e3
...@@ -33,7 +33,7 @@ const AvatarDropdown = (props) => { ...@@ -33,7 +33,7 @@ const AvatarDropdown = (props) => {
个人设置 个人设置
</Menu.Item> </Menu.Item>
<Menu.Divider /> */} <Menu.Divider /> */}
<Menu.Item> <Menu.Item key="changePwd">
<Link to="/memberCenter/systemSetting/accountSetting"><LockOutlined />修改密码</Link> <Link to="/memberCenter/systemSetting/accountSetting"><LockOutlined />修改密码</Link>
</Menu.Item> </Menu.Item>
<Menu.Item onClick={logout} key="logout"> <Menu.Item onClick={logout} key="logout">
......
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