diff --git a/.env b/.env index 7d4400a..8327235 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ VITE_PROXY=/api #VITE_FILE_URL=http://183.251.104.38:10110/file/ -VITE_FILE_URL=http://172.16.112.251:7811/file/ +VITE_FILE_URL=http://172.16.70.226:7811/file/ VITE_TEMPLATE_URL=http://183.251.104.38:10110/file diff --git a/.env.production b/.env.production index 00d2461..6c5a399 100644 --- a/.env.production +++ b/.env.production @@ -1,6 +1,6 @@ VITE_BASE=/dist #VITE_BASE_URL=http://10.199.64.27:8520/integrated_yjb/ -VITE_BASE_URL=http://172.16.112.251:8081/sx_yjb/ +VITE_BASE_URL=http://172.16.70.226:8081/sx_yjb/ #VITE_BASE_URL=https://qaaqwh.qhdsafety.com/integrated_whb/ #websocket t掉线 diff --git a/src/views/video_manager/video_manager/index.vue b/src/views/video_manager/video_manager/index.vue index df261c6..bc51393 100644 --- a/src/views/video_manager/video_manager/index.vue +++ b/src/views/video_manager/video_manager/index.vue @@ -205,7 +205,7 @@ const fnPreviewVideo = async (row) => { data.transcodeVideoDialog.visible = true; // 显示播放器弹窗 data.transcodeVideoDialog.id = row.PLS_ID; // 显示播放器弹窗 data.transcodeVideoDialog.src = - "http://172.16.112.251:7811/" + resData.videoUrl + "stream.m3u8"; + "http://172.16.70.226:7811/" + resData.videoUrl + "stream.m3u8"; } catch (error) { ElMessage.error("启动转码失败: " + (error.message || "未知错误")); }