Browse Source

fix menu error

pull/2876/head
陈帅 7 years ago
parent
commit
3e9d2956bb
  1. 4
      src/layouts/BasicLayout.js

4
src/layouts/BasicLayout.js

@ -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);
}
/**

Loading…
Cancel
Save