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