yxh
2024-04-22 3323c96f78bb09b1b2d435d863a593c9a099c269
src/api/project/fundshared.js
@@ -39,7 +39,7 @@
export function delFundshared(id) {
  return request({
    url: '/system/fundshared/' + id,
    method: 'delete'
    method: 'delete',
  })
}