无人机管理后台前端(已迁走)
chenyao
2025-09-06 22966d51a10e8e8039ef9f405ccbe6b44180c52c
src/api/device-setting/index.js
@@ -14,8 +14,8 @@
const workspaceId = localStorage.getItem(ELocalStorageKey.WorkspaceId) || ''
export const putDeviceProps = (deviceSn, body) => {
  console.log(deviceSn, body, workspaceId, '8888')
export const putDeviceProps = (deviceSn, workspaceId, body) => {
  console.log(deviceSn, workspaceId, body, '8888')
  return request({
    url: `/drone-device-core/manage/api/v1/devices/${workspaceId}/devices/${deviceSn}/property`,
    method: 'put',