From b745457acd3bb8f40c145df34dce5729463377ab Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期六, 09 五月 2026 18:22:37 +0800
Subject: [PATCH] Merge branch 'QD-opo' of http://116.62.18.175:6699/r/~yxh/opo-web into QD-opo

---
 src/api/project/reimbursementdetailshared.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/api/project/reimbursementdetailshared.js b/src/api/project/reimbursementdetailshared.js
index ad99696..e1c29a7 100644
--- a/src/api/project/reimbursementdetailshared.js
+++ b/src/api/project/reimbursementdetailshared.js
@@ -20,7 +20,7 @@
 // 鏂板鎶ラ攢鐢宠鏄庣粏
 export function addReimbursementdetailshared(data) {
   return request({
-    url: '/project/reimbursementdetailshared',
+    url: '/project/reimbursementdetailshared/add',
     method: 'post',
     data: data
   })

--
Gitblit v1.9.3