feat : 对接用电量/省电量数据及新增用电量echarts图表模块

This commit is contained in:
2024-02-28 22:18:55 +08:00
parent a8b5e2c26f
commit 9afde77c00
9 changed files with 378 additions and 122 deletions

View File

@@ -57,6 +57,18 @@ export const getFanEchartsInfo = (id,time,type) => {
}
})
}
//用电量echarts
export const getEleEchartsInfo = (id,time,type) => {
return request({
url: '/tunnel/large/screen/echarts/electricity/consumption',
method: 'get',
params: {
id: id,
time: time,
type: type
}
})
}
//风机频率修改
export const editFrequency = (data) => {
return request({