11
WXL
2023-12-01 149f8c929884c35f2f7260bc80651a69d5dbb4fb
src/api/project/fundshared.js
@@ -39,7 +39,7 @@
export function delFundshared(id) {
  return request({
    url: '/system/fundshared/' + id,
    method: 'delete'
    method: 'delete',
  })
}