无人机管理后台前端(已迁走)
rain
2025-04-14 ea309f83a3de7d8aa4b72eadbd4beb85ae9cf4b8
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,
  });