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