11
heimawl
2023-08-10 9e350ffb4c277df502392a03e97982a1d22007ef
src/api/project/funddetail.js
@@ -12,7 +12,7 @@
// /project/fund/getFundDetail/{id}   修改是新写的接口
export function getownFundDetail (id) {
  return request({
    url: '/project/fund/getFundDetail/' + id,
    url: '/project/funddetail/getFundDetail/' + id,
    method: 'get',
  })
}