12 lines
300 B
TypeScript
12 lines
300 B
TypeScript
import {get,post} from "@/utils/http"
|
|
|
|
//获取设备在线状态、设备列表
|
|
export function chicDeviceList(){
|
|
return get('/screen/cisma/chicDeviceList')
|
|
}
|
|
|
|
|
|
//获取设备在线状态、设备列表
|
|
export function mjlDeviceProduction(){
|
|
return get('/screen/cisma/mjlDeviceProduction')
|
|
} |