From 9d1860ff6666bb83c4fce426dbbfaf952930b658 Mon Sep 17 00:00:00 2001 From: 13404089107 <puwei@sinata.cn> Date: 星期二, 08 四月 2025 11:03:48 +0800 Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/H5/shehong-vehicle-supervision --- src/view/home/service.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/view/home/service.js b/src/view/home/service.js index 4fad17d..125e493 100644 --- a/src/view/home/service.js +++ b/src/view/home/service.js @@ -26,4 +26,8 @@ // 获取预警排行统计前10 export const getCarInfoById = (data) => { return axios.get(`/system/car/getCarInfo/${data.id}`, data) +} +// 获取监控 +export const getRealVideo = (data) => { + return axios.get(`/system/car/getRealVideo/${data.id}`, data) } \ No newline at end of file -- Gitblit v1.7.1