From 7452ec68aef88de88609759d6cf4947ce8d32594 Mon Sep 17 00:00:00 2001 From: sin <2943460818@qq.com> Date: Sun, 10 Mar 2019 15:15:13 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E4=BC=98=E5=8C=96=EF=BC=8C=E7=99=BB?= =?UTF-8?q?=E9=99=86=E9=A1=B5=E9=9D=A2=E8=8E=B7=E5=8F=96=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E4=BC=9A=E5=A4=B1=E8=B4=A5=EF=BC=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin-web/src/layouts/UserLayout.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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() {