diff --git a/admin-web/src/layouts/UserLayout.js b/admin-web/src/layouts/UserLayout.js index f4710ec83..f17467fce 100644 --- a/admin-web/src/layouts/UserLayout.js +++ b/admin-web/src/layouts/UserLayout.js @@ -36,14 +36,14 @@ const copyright = ( class UserLayout extends Component { componentDidMount() { - const { - dispatch, - route: { routes, authority }, - } = this.props; - dispatch({ - type: 'menu/getMenuData', - payload: { routes, authority }, - }); + // const { + // dispatch, + // route: { routes, authority }, + // } = this.props; + // dispatch({ + // type: 'menu/getMenuData', + // payload: { routes, authority }, + // }); } render() {