11
WXL
2024-03-28 018cd35db8cbdca2e99ebe5b4b68dee1499cfafe
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
  })