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