king
2022-10-10 623296e22addf29ff90eff05de5d31c60a247b58
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()