11
WXL
2024-04-10 bd40ad4a3feb70acef5103a18ecad23f35a67f70
src/api/project/fund.js
@@ -42,7 +42,7 @@
// 新增费用申请主
export function addFund(data) {
  return request({
    url: '/project/fund',
    url: '/project/fund/add',
    method: 'post',
    data: data
  })