From f4c850463aeafdb9db9cb8ab444868145ab87758 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 10 Mar 2025 15:20:24 +0800
Subject: [PATCH] 配合后端修改服务前缀

---
 src/api/device-setting/index.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/api/device-setting/index.js b/src/api/device-setting/index.js
index 25cef6e..f917683 100644
--- a/src/api/device-setting/index.js
+++ b/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,
   });

--
Gitblit v1.9.3