From 0ce830fd2853573efeb5c2b14cd6482d3ab6f2a1 Mon Sep 17 00:00:00 2001 From: Minqi Pan Date: Tue, 19 Nov 2019 22:52:22 +0800 Subject: [PATCH] use menuHeaderRender in ProLayout to render Link (#5588) --- src/layouts/BasicLayout.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/layouts/BasicLayout.tsx b/src/layouts/BasicLayout.tsx index 69cf15d8..f3c23110 100644 --- a/src/layouts/BasicLayout.tsx +++ b/src/layouts/BasicLayout.tsx @@ -150,6 +150,12 @@ const BasicLayout: React.FC = props => { return ( ( + + {logoDom} + {titleDom} + + )} onCollapse={handleMenuCollapse} menuItemRender={(menuItemProps, defaultDom) => { if (menuItemProps.isUrl || menuItemProps.children) {