ant-design / ant-design-pro-layout

🌃 Powerful and easy to use beautiful layout
https://prolayout.ant.design/
MIT License
1k stars 238 forks source link

🐛[BUG] V6.3.2 MIX模式 点击logo无法跳转指定URL #560

Closed hihuangwei closed 4 years ago

hihuangwei commented 4 years ago

🐛 bug 描述 [详细地描述 bug,让大家都能理解]

V6.3.2 MIX 模式点击logo无法跳转指定URL mmexport1594630071919

© 版本信息

🚑 其他信息 [如截图等其他信息可以贴在这里]

chenshuai2144 commented 4 years ago

试试这个

| onMenuHeaderClick | menu header click event | (e: React.MouseEvent<HTMLDivElement>) => void | - |

hihuangwei commented 4 years ago

试试这个

| onMenuHeaderClick | menu header click event | (e: React.MouseEvent<HTMLDivElement>) => void | - |

onMenuHeaderClick={() => history.push('/')} 添加的了 仍然无法点击跳转