web/src/api/modules/safety.js
@@ -277,5 +277,16 @@ delete: params => axios.get('/secure/tRegionWarranty/delete', { params }), } } }, /** * 安全管理模块 - 智慧监控 */ // 查询智慧监控信息列表 searchWisdomVideoList: (params) => axios.post('/materials/helmet/dataAIList', params), // 获取全部预警消息类型 getAllWaringData: () => axios.get('/materials/helmet/dataAIType'), }