src/menu/urlfieldcomponent/index.jsx
@@ -61,14 +61,14 @@ deleteField = (field) => { let config = JSON.stringify(this.props.config) const _this = this const that = this if (new RegExp('@' + field + '@', 'ig').test(config)) { confirm({ title: `配置中存在@${field}@,确定删除吗?`, content: '', onOk() { _this.execDelete(field) that.execDelete(field) }, onCancel() {} })