Commit 3e9d2956 authored by ι™ˆεΈ…'s avatar ι™ˆεΈ…

fix menu error

parent 77357aee
...@@ -143,9 +143,9 @@ class BasicLayout extends React.PureComponent { ...@@ -143,9 +143,9 @@ class BasicLayout extends React.PureComponent {
getMenuData() { getMenuData() {
const { const {
route: { routes, path, authority }, route: { routes, authority },
} = this.props; } = this.props;
return memoizeOneFormatter(routes, path, authority); return memoizeOneFormatter(routes, authority);
} }
/** /**
......
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