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