diff --git a/src/dashboard/src/layouts/BasicLayout.js b/src/dashboard/src/layouts/BasicLayout.js index 75b054ce..496d59a8 100644 --- a/src/dashboard/src/layouts/BasicLayout.js +++ b/src/dashboard/src/layouts/BasicLayout.js @@ -52,9 +52,6 @@ class BasicLayout extends Component { dispatch, route: { routes, path, authority }, } = this.props; - dispatch({ - type: 'user/fetchCurrent', - }); dispatch({ type: 'setting/getSetting', });