From 74205f05dd804ae76c104e838648d05e569a677d Mon Sep 17 00:00:00 2001 From: liangbin <15536829364@163.com> Date: Tue, 20 Jan 2026 09:37:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E7=94=B5=E4=BC=B4?= =?UTF-8?q?=E7=83=AD=E8=AE=BE=E5=A4=87=E7=8A=B6=E6=80=81=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/index.js b/src/api/index.js index 4e16c4c..f3aa668 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -363,7 +363,7 @@ export function addBroadcast(data) { // 获取电伴热设备状态列表 export function getDbrIotDeviceList(dev_id) { return request({ - url: `/json/device/${dev_id}`, + url: `/dmr/device/${dev_id}`, method: "get", }); }