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