邓洁 : 页面调整

This commit is contained in:
邓洁
2023-12-17 21:25:17 +08:00
parent a472bfe1d4
commit 0d53e11ceb
6 changed files with 48 additions and 17 deletions

View File

@@ -14,3 +14,10 @@ export const getLargeScreenInfo = () => {
method: 'get'
})
}
// 风压echarts数据
export const getEchartsInfo = (equipmentId) => {
return request({
url: `/tunnel/large/screen/echarts/wind/pressure/${equipmentId}`,
method: 'get'
})
}