src/view/home/service.js
@@ -40,4 +40,9 @@ // 通知后端开始关闭视频流 export const closeRealVideo = (id) => { return axios.get(`/system/car/closeRealVideo/${id}`) } // 预警情况统计 export const getAllWarnGroupVehicleType = (id) => { return axios.get(`/system/warn/getAllWarnGroupVehicleType`) }