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