From b9d146c58f3406b586098bd31615f5cfe5cd7ab6 Mon Sep 17 00:00:00 2001 From: 16337 <1633794139@qq.com> Date: Sat, 28 Feb 2026 17:05:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20ROI=20=E5=88=9B=E5=BB=BA=E6=97=B6=20devi?= =?UTF-8?q?ceId=20=E9=BB=98=E8=AE=A4=E5=80=BC=E6=94=B9=E4=B8=BA=20edge?= =?UTF-8?q?=EF=BC=8C=E4=B8=8E=E8=BE=B9=E7=BC=98=E7=AB=AF=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 原值 edge-001 与 Edge 端 EDGE_DEVICE_ID=edge 不匹配,导致 Redis Stream 事件被 Edge 过滤跳过,配置推送无法到达边缘端。 Co-Authored-By: Claude Opus 4.6 --- 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 9103a17c6..4bd7713b2 100644 --- a/apps/web-antd/src/views/aiot/device/roi/index.vue +++ b/apps/web-antd/src/views/aiot/device/roi/index.vue @@ -187,7 +187,7 @@ async function onRoiDrawn(data: { coordinates: string; roi_type: string }) { priority: 0, enabled: 1, description: '', - deviceId: 'edge-001', // 默认关联边缘设备 + deviceId: 'edge', // 默认关联边缘设备 }; try { await saveRoi(newRoi);