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", }); }