无人机管理后台前端(已迁走)
rain
2025-04-12 4c0ce06dbc18a576f84aa69d67a7dfbe030d0b60
src/api/device-setting/index.js
@@ -16,7 +16,7 @@
export const putDeviceProps = (deviceSn, body) => {
  return request({
    url: `/drone-yw/manage/api/v1/devices/${workspaceId}/devices/${deviceSn}/property`,
    url: `/drone-device-core/manage/api/v1/devices/${workspaceId}/devices/${deviceSn}/property`,
    method: 'put',
    body,
  });