Commit 84416698 by zhujian

'fix'

parent f8c683d4
...@@ -93,7 +93,7 @@ function Aside(props: any) { ...@@ -93,7 +93,7 @@ function Aside(props: any) {
const openKeysConstrol = useMemo(() => { const openKeysConstrol = useMemo(() => {
return { return {
[menuType ? 'openKeys ' : 'defaultOpenKeys']: openKeys [menuType ? 'openKeys' : 'defaultOpenKeys']: openKeys
}; };
}, [menuType, openKeys]) }, [menuType, openKeys])
......
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