king
2022-09-29 b883ae5d7d46fc7a3503236f16a250c2264ea7c7
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()