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