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' }];