king
2021-07-28 bebeca442cee4b83de0d00df29a6514b3f723c4f
src/tabviews/home/index.jsx
@@ -24,6 +24,11 @@
  componentDidMount () {
    this.loadHomeConfig()
    if (this.props.permMenus.length > 0 && JSON.stringify(this.props.permAction) !== '{}') {
      this.setState({
        waiting: false
      })
    }
  }
  UNSAFE_componentWillReceiveProps (nextProps) {