king
2021-06-27 5ff23c882da8bd2dca0848ae1a97d23f6bfecd9d
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) {