king
2020-09-23 0de207ebed200dffca41b8c974d1394cf328b03e
src/menu/datasource/index.jsx
@@ -27,7 +27,6 @@
    const { config } = this.props
    this.setState({setting: fromJS(config.setting).toJS()})
    this.props.updateConfig(config) // 触发菜单信息更新
  }
  shouldComponentUpdate (nextProps, nextState) {