From 808e6136b33bcab8b4800b1b4a2db31718229f65 Mon Sep 17 00:00:00 2001 From: wuhongjian Date: Fri, 17 Jun 2022 17:46:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E8=A7=86=E9=A2=91=E9=A2=84?= =?UTF-8?q?=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/api/file.js | 8 ++- .../home/components/searchResultList.vue | 55 ++++++++++++++++++- 2 files changed, 60 insertions(+), 3 deletions(-) diff --git a/front/src/api/file.js b/front/src/api/file.js index 9777ab36..a3ab5821 100644 --- a/front/src/api/file.js +++ b/front/src/api/file.js @@ -2,7 +2,7 @@ * @Author: hisense.wuhongjian * @Date: 2022-04-20 17:16:35 * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-05-26 22:40:46 + * @LastEditTime: 2022-06-17 17:42:37 * @Description: 告诉大家这是什么 */ import request from '@/utils/request' @@ -46,3 +46,9 @@ export function correct(params) { export function paddleocr(params) { return axios.post('http://15.72.183.90:7008/paddleocr', params, config2) } +export function getHls(id) { + return axios.get( + 'http://10.110.205.1:18088/server/device/hisdeviceapplylist/url/' + id, + config2 + ) +} diff --git a/front/src/views/home/components/searchResultList.vue b/front/src/views/home/components/searchResultList.vue index 6d2827ab..96a4ed45 100644 --- a/front/src/views/home/components/searchResultList.vue +++ b/front/src/views/home/components/searchResultList.vue @@ -147,7 +147,7 @@ 免费试用 - + 在线预览 @@ -163,13 +163,27 @@ + + +
+
+ +
+
+