fix: 更新电伴热设备状态列表接口路径

This commit is contained in:
liangbin 2026-01-20 09:37:53 +08:00
parent 091b4a5674
commit 74205f05dd
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ export function addBroadcast(data) {
// 获取电伴热设备状态列表 // 获取电伴热设备状态列表
export function getDbrIotDeviceList(dev_id) { export function getDbrIotDeviceList(dev_id) {
return request({ return request({
url: `/json/device/${dev_id}`, url: `/dmr/device/${dev_id}`,
method: "get", method: "get",
}); });
} }