From 410d68c849410b4aa28be97bf60eb3af77641aa1 Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期二, 08 八月 2023 11:12:47 +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