From ade205cc038c11857dc2da1ae9fb83418a035fb7 Mon Sep 17 00:00:00 2001 From: wuhongjian Date: Tue, 14 Jun 2022 19:13:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=8F=98=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/api/file.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/front/src/api/file.js b/front/src/api/file.js index 6d31184e..92b156ad 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.liangjunhua - * @LastEditTime: 2022-06-14 18:51:22 + * @LastEditors: hisense.wuhongjian + * @LastEditTime: 2022-06-14 19:04:19 * @Description: 告诉大家这是什么 */ import request from '@/utils/request' @@ -59,7 +59,7 @@ export function getVideoList(params) { } export function getHls(params) { return axios.get( - 'http://10.134.135.9:8001/hx-weather-warning/camera/getCameraLiveStream?cameraId=' + + 'http://10.134.135.9:8001/hx-weather-warning/camera/getCameraLiveStreamByCode?cameraCode=' + params.cameraId + '&protocol=' + params.protocol,