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) {