Commit 86184b18 authored by 曾婧's avatar 曾婧

fix: 修改华农主题

parent fbba9569
Pipeline #48530 passed with stages
in 2 minutes 18 seconds
...@@ -76,9 +76,10 @@ const Menu = props => { ...@@ -76,9 +76,10 @@ const Menu = props => {
return item; return item;
}), }),
); );
console.log('HNStyles',HNStyles)
return ( return (
<LoadingSkeleton {...props}> <LoadingSkeleton {...props}>
{route && route.routes && route.routes.length > 0 && HNStyles && ( {route && route.routes && route.routes.length > 0 && HNStyles&&HNStyles.hnlayout && (
<React.Fragment> <React.Fragment>
{menuHeaderRender ? ( {menuHeaderRender ? (
menuHeaderRender(props) menuHeaderRender(props)
......
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