11
yxh
2023-09-14 d590567cd0a27825f0a948979c6d4da853ad5f16
src/api/project/fund.js
@@ -68,7 +68,7 @@
export function delFund(id) {
  return request({
    url: '/project/fund/' + id,
    method: 'delete'
    method: 'get'
  })
}