无人机管理后台前端(已迁走)
rjg
2025-04-16 2cf2125ae1fc6dc89dc0f35a960e1e45c63ae181
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,
  });