mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 00:45:55 +08:00
添加信息栏
This commit is contained in:
@@ -25,14 +25,6 @@ export function listAllDeviceShort() {
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
// 查询所有设备简短列表
|
||||
export function listAllDeviceShort2(query) {
|
||||
return request({
|
||||
url: '/iot/device/all',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
// 查询设备详细
|
||||
export function getDevice(deviceId) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user