From aa76e3cba96f011f1f042aebeeef16c6cd2ffc08 Mon Sep 17 00:00:00 2001 From: YangCheng <1633794139@qq.com> Date: Fri, 20 Mar 2026 21:45:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9AROI=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=BE=B9=E7=BC=98=E8=AE=BE=E5=A4=87=E5=88=97=E8=A1=A8?= =?UTF-8?q?API=E8=B7=AF=E5=BE=84=E5=8E=BB=E6=8E=89=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E5=89=8D=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/aiot/device/roi/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-antd/src/views/aiot/device/roi/index.vue b/apps/web-antd/src/views/aiot/device/roi/index.vue index 490e4f015..94adad594 100644 --- a/apps/web-antd/src/views/aiot/device/roi/index.vue +++ b/apps/web-antd/src/views/aiot/device/roi/index.vue @@ -70,7 +70,7 @@ const edgeDevices = ref>([]); async function loadEdgeDevices() { try { - const list = await wvpRequestClient.get>('/admin-api/aiot/device/device/list'); + const list = await wvpRequestClient.get>('/aiot/device/device/list'); edgeDevices.value = (list as any) || []; } catch { edgeDevices.value = [{ deviceId: 'edge' }];