吉安感知网项目-前端
chenyao
2026-01-27 0b724713be5d2f9cdd2d41adca9aaec413a47189
applications/task-work-order/src/views/orderView/flyingHand/flyingHandApi.js
@@ -30,8 +30,7 @@
// 飞手删除
export function removeFlyingHand(data) {
    return request({
        url: '/drone-gd/flyer/gdFlyer/remove',
        url: `/drone-gd/flyer/gdFlyer/remove?ids=${data.ids}`,
        method: 'post',
        data
    })
}