gaoluyang
2025-03-18 f3869076b02206befa0dba5e50be24c1286bba02
src/api/system/customer.js
@@ -28,7 +28,7 @@
export function delCustomById(query) {
  return request({
    url: '/system/custom/delCustomById',
    method: 'post',
    method: 'delete',
    params: query
  })
}