11
WXL
2023-09-08 6ab278f846afc2af36899b75d74e3dc635c43d20
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',
  })
}
@@ -75,7 +75,7 @@
export function delFunddetail(id) {
  return request({
    url: '/project/funddetail/deleteDetail/' + id,
    method: 'delete'
    method: 'get'
  })
}