From 37b9d305fa159d523143d41ac1b2e498cb3cf18c Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期二, 08 八月 2023 17:35:58 +0800
Subject: [PATCH] yxh
---
src/api/project/fund.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/api/project/fund.js b/src/api/project/fund.js
index 6cdd4e2..abef398 100644
--- a/src/api/project/fund.js
+++ b/src/api/project/fund.js
@@ -51,8 +51,8 @@
// 淇敼璐圭敤鐢宠涓�
export function updateFund(data) {
return request({
- url: '/project/fund',
- method: 'put',
+ url: '/project/fund/fundEdit',
+ method: 'post',
data: data
})
}
--
Gitblit v1.9.3