king
2024-03-08 1cb8a712cef5217c3750c439ff2a6d73a08ee0fa
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: '',