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