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