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 @@ + + +
+
+ +
+
+