pc同步
This commit is contained in:
@ -99,4 +99,22 @@ export function getSevenChargeData(data) {
|
||||
method: 'get',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
//单站监控 首页 当日功率曲线
|
||||
export function getPointData(data) {
|
||||
return request({
|
||||
url: `/ems/siteMonitor/getPointData`,
|
||||
method: 'get',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 获取站点包含的设备种类 用来判断单站监控设备监控的菜单栏展示
|
||||
export function getSiteAllDeviceCategory(data) {
|
||||
return request({
|
||||
url: `/ems/siteConfig/getSiteAllDeviceCategory`,
|
||||
method: 'get',
|
||||
data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user