king
2022-10-10 78eed586f6a0d15162c89878c53a301e7b142a8a
src/menu/datasource/index.jsx
@@ -40,6 +40,11 @@
    const { config } = this.props
    const { appType } = this.state
    if (config.type === 'interface') { // 公共数据源不使用搜索
      this.setState({visible: true})
      return
    }
    let search = []
    let menu = fromJS(window.GLOB.customMenu).toJS()