From 8768ec372934bf0612608e4530c6fb6a45ebbda9 Mon Sep 17 00:00:00 2001 From: Ironsp <1522278303@qq.com> Date: Wed, 22 Jul 2026 14:38:40 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E4=BC=98=E5=8C=96=E7=9B=B4=E6=92=AD?= =?UTF-8?q?=E9=93=BE=E8=B7=AF=E6=8F=90=E7=A4=BA=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/video.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/utils/video.ts b/src/utils/video.ts index 3a79453..a07aafb 100644 --- a/src/utils/video.ts +++ b/src/utils/video.ts @@ -123,10 +123,7 @@ export const initHls = (monitorVideoUrl, monitorVideoRef, isDialogVisible?: () = case Hls.ErrorTypes.NETWORK_ERROR: if (data.details === 'manifestLoadError' || data.details === 'manifestLoadTimeOut') { //console.error('网络错误'); - ElMessage.error('网络错误,请检查网络连接, 并点击刷新'); - // if (onStall) { - // onStall(); - // } + ElMessage.error('[HLS]网络错误,尝试恢复...'); onStall(); } else { ElMessage.error('[HLS] 网络错误,自动恢复...');