king
2024-03-08 7a75537c6fb888fe55515b89b6e02d0852d73332
src/menu/urlfieldcomponent/index.jsx
@@ -63,7 +63,7 @@
    let config = JSON.stringify(this.props.config)
    const _this = this
    if (new RegExp(field, 'ig').test(config)) {
    if (new RegExp('@' + field + '@', 'ig').test(config)) {
      confirm({
        title: `配置中存在@${field}@,确定删除吗?`,
        content: '',