11
WXL
2023-09-18 d448ce28415207d041acbf8c4cefd6850942a4ba
src/api/project/fundshared.js
@@ -39,7 +39,7 @@
export function delFundshared(id) {
  return request({
    url: '/system/fundshared/' + id,
    method: 'delete'
    method: 'delete',
  })
}