From 7e0e0b4445d3c03cc42005246fa879a4dc8e7e6d Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期五, 26 二月 2021 14:40:49 +0800 Subject: [PATCH] 朔黄事件标签弹窗调试;视频检索页筛选区字号颜色统一 --- src/api/shuohuang.ts | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/api/shuohuang.ts b/src/api/shuohuang.ts index 7b111d0..bb13c83 100644 --- a/src/api/shuohuang.ts +++ b/src/api/shuohuang.ts @@ -149,4 +149,9 @@ url:'/data/api-c/slot/getlst', method: 'get', params: query +}) +export const getEventVideo = (query:any) => request({ + url:'/data/api-c/lkg/getEventClip', + method: 'get', + params: query }) \ No newline at end of file -- Gitblit v1.8.0