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