gaoluyang
2025-03-19 2b9a650056528ee30ee2cba5f309bb28e75f2a8f
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
  })
}