From cce5e625e8870248081302513b9cb38e676a04e5 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@iotlink.com> Date: 星期五, 25 六月 2021 15:34:37 +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 3e689e5..7fa5d49 100644 --- a/src/api/shuohuang.ts +++ b/src/api/shuohuang.ts @@ -189,4 +189,9 @@ url: '/data/api-c/event/getEventVideo', method: 'get', params: query +}) + +export const downloadFile = () => request({ + url: '/data/api-c/event/getEventVideo', + method: 'get', }) \ No newline at end of file -- Gitblit v1.8.0