linwenling
2023-10-22 cf948b62048be5f217623cc31a0d6d2680c72476
ruoyi-ui/src/api/clean/index.js
@@ -28,7 +28,7 @@
// 删除资产信息
export function delClean(Ids) {
  return request({
    url: '/zfClean' + Ids,
    url: '/zfClean/' + Ids,
    method: 'delete'
  })
}