You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 lines
529 B

import request from '@/utils/request'
// eslint-disable-next-line no-unused-vars
import qs from 'qs'
// 获取设备列表
export function getInfoPage(data) {
return request({ url: '/yInfo/getInfoPage', method: 'GET', params: data })
}
// 单条获取设备
export function getInfoById(data) {
return request({ url: '/yInfo/getInfoById', method: 'GET', params: data })
}
export function getUnread(query) {
return request({ url: '/yInfo/getUnread', method: 'GET', params: data })
}
export const ws = '/api/monitor/ws'