diff --git a/src/api/modules/headNoise.ts b/src/api/modules/headNoise.ts index 2554015..e1905e9 100644 --- a/src/api/modules/headNoise.ts +++ b/src/api/modules/headNoise.ts @@ -9,6 +9,10 @@ export const getCurrentDayAirQualityApi = (params: {}) => { export const environmentDevList = (params: {}) => { return http.post(BASEURL + `/xmgl/environmentDev/list`, params); }; +//设备情况-实时数据 +export const environmentDevRealData = (params: {}) => { + return http.post(BASEURL + `/xmgl/dustNoiseData/selectDustNoisePageList`, params); +}; //趋势图-查询环境设备实时数据---近24小时数据 // export const selectDustNoiseDataApi = (params: {}) => { @@ -38,7 +42,15 @@ export const getAirQualityStatisticsApi = (params: {}) => { return http.post(BASEURL + `/xmgl/airQualityAnalysis/getAirQualityStatistics`, params); }; -//今日报警统计 +//历史报警统计 export const getAlarmCountTotalApi = (params: {}) => { return http.post(BASEURL + `/xmgl/environmentAlarm/selectEnvironmentAlarmCountTotal`, params); }; +//历史报警统计数据 +export const getAlarmCountTotalList = (params: {}) => { + return http.post(BASEURL + `/xmgl/environmentAlarm/list`, params); +}; +//历史报警类型列表 +export const getAlarmTypeList = (params: {}) => { + return http.post(BASEURL + `/xmgl/environmentAlarmType/list`, params); +}; diff --git a/src/assets/images/videoFour.png b/src/assets/images/videoFour.png new file mode 100644 index 0000000..aac3d92 Binary files /dev/null and b/src/assets/images/videoFour.png differ diff --git a/src/assets/images/videoFour1.png b/src/assets/images/videoFour1.png new file mode 100644 index 0000000..ee36207 Binary files /dev/null and b/src/assets/images/videoFour1.png differ diff --git a/src/views/sevenLargeScreen/headNoise/centerTop.vue b/src/views/sevenLargeScreen/headNoise/centerTop.vue index 86003b3..f2abe49 100644 --- a/src/views/sevenLargeScreen/headNoise/centerTop.vue +++ b/src/views/sevenLargeScreen/headNoise/centerTop.vue @@ -1,6 +1,9 @@ - diff --git a/src/views/sevenLargeScreen/headNoise/rightCenter.vue b/src/views/sevenLargeScreen/headNoise/rightCenter.vue index f5df40e..3a630d2 100644 --- a/src/views/sevenLargeScreen/headNoise/rightCenter.vue +++ b/src/views/sevenLargeScreen/headNoise/rightCenter.vue @@ -1,5 +1,5 @@