fix: 更新电伴热设备状态列表接口路径
This commit is contained in:
parent
091b4a5674
commit
74205f05dd
|
|
@ -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",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue