yxh
2023-12-17 e95f985e2dc8178d777074dd43b4dea5658eecdf
src/api/project/fundshared.js
@@ -39,7 +39,7 @@
export function delFundshared(id) {
  return request({
    url: '/system/fundshared/' + id,
    method: 'delete'
    method: 'delete',
  })
}