chenrui
2025-03-03 5801eb31ee8cc382c00e49932f69376afebe9bef
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
  })
}