king
2023-10-27 6555f1f63a5389d49fbb98b5b2dca16a61239c64
src/utils/asyncLoadComponent.jsx
@@ -21,6 +21,12 @@
      this.setState({component})
    }
    componentWillUnmount () {
      this.setState = () => {
        return
      }
    }
    render() {
      const C = this.state.component