king
2022-02-08 f393af9623c26ae177a3f69b8676afc4e23bff8d
src/views/mobdesign/index.jsx
@@ -1464,6 +1464,15 @@
  insert = (item) => {
    let config = fromJS(this.state.config).toJS()
    if (item.type === 'search') {
      notification.warning({
        top: 92,
        message: '移动端搜索组件不可粘贴!',
        duration: 5
      })
      return
    }
    if (item.type === 'topbar') {
      if (config.components.findIndex(m => m.type === 'topbar') > -1) {
        notification.warning({