Commit 3e9d2956 authored by 陈帅's avatar 陈帅

fix menu error

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