From e1cc54f1a1be7c173b98a169a9c2d1e29777c6f0 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Tue, 14 Jun 2022 18:51:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/api/file.js | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/front/src/api/file.js b/front/src/api/file.js index 544323a5..6d31184e 100644 --- a/front/src/api/file.js +++ b/front/src/api/file.js @@ -1,8 +1,8 @@ /* * @Author: hisense.wuhongjian * @Date: 2022-04-20 17:16:35 - * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-06-14 17:46:02 + * @LastEditors: hisense.liangjunhua + * @LastEditTime: 2022-06-14 18:51:22 * @Description: 告诉大家这是什么 */ import request from '@/utils/request' @@ -49,14 +49,20 @@ export function paddleocr(params) { export function getVideoList(params) { return axios.get( 'http://10.134.135.9:8001/hx-weather-warning/camera/getCameraListByName?name=' + - params.name + '&pageNo=' + params.pageNo + '&pageSize=' + params.pageSize, + params.name + + '&pageNo=' + + params.pageNo + + '&pageSize=' + + params.pageSize, config2 ) } export function getHls(params) { return axios.get( 'http://10.134.135.9:8001/hx-weather-warning/camera/getCameraLiveStream?cameraId=' + - params.cameraId + '&protocol=' + params.protocol, + params.cameraId + + '&protocol=' + + params.protocol, config2 ) }