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