diff --git a/src/assets/js/api/equipmentCenter/cameraList.js b/src/assets/js/api/equipmentCenter/cameraList.js index ddc683c7..c634ca51 100644 --- a/src/assets/js/api/equipmentCenter/cameraList.js +++ b/src/assets/js/api/equipmentCenter/cameraList.js @@ -49,4 +49,8 @@ export const getAllNvrApi = data => get('/xmgl/videoNvr/list', data); //获取 export const addPluginApi = data => post('/xmgl/devMonitorPlugin/addDevMonitorPlugin', data); //新增监测插件 export const getPluginApi = data => get('/xmgl/devMonitorPlugin/selectPage', data); //分页查询监测插件 export const editPluginApi = data => post('/xmgl/devMonitorPlugin/updateDevMonitorPlugin', data); //编辑监测插件 -export const delPluginApi = data => get('/xmgl/devMonitorPlugin/deleteById', data); //删除监测插件 \ No newline at end of file +export const delPluginApi = data => get('/xmgl/devMonitorPlugin/deleteById', data); //删除监测插件 + +// 监控数据分析 +export const countStatusApi = data => post('xmgl/videoItem/countStatus', data); +export const countStatusTrendApi = data => post('xmgl/videoItem/countStatusTrend', data); \ No newline at end of file diff --git a/src/views/projectFront/videoDataAnalysis/chartComponents/ChartFour.vue b/src/views/projectFront/videoDataAnalysis/chartComponents/ChartFour.vue index b8b2f9f0..bd218728 100644 --- a/src/views/projectFront/videoDataAnalysis/chartComponents/ChartFour.vue +++ b/src/views/projectFront/videoDataAnalysis/chartComponents/ChartFour.vue @@ -6,8 +6,8 @@