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' }) }