11
WXL
2024-03-20 1e487a42549384f6e937a5c7d557563aedafec2c
src/api/project/fundshared.js
@@ -39,7 +39,7 @@
export function delFundshared(id) {
  return request({
    url: '/system/fundshared/' + id,
    method: 'delete'
    method: 'delete',
  })
}