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({