hejianhao
2025-05-14 11a64095fee9a9202ebf2a1e3b905f1ad52fd552
src/view/home/service.js
@@ -41,3 +41,8 @@
export const closeRealVideo = (id) => {
    return axios.get(`/system/car/closeRealVideo/${id}`)
}
// 预警情况统计
export const getAllWarnGroupVehicleType = (id) => {
    return axios.get(`/system/warn/getAllWarnGroupVehicleType`)
}