feat 引入hls

This commit is contained in:
Ironsp
2026-05-25 16:39:24 +08:00
parent da54e9db8d
commit bacbb84d54
2 changed files with 1 additions and 4 deletions

View File

@@ -5,10 +5,6 @@
"ComputedRef": true,
"DirectiveBinding": true,
"EffectScope": true,
"ElLoading": true,
"ElMessage": true,
"ElMessageBox": true,
"ElNotification": true,
"ExtractDefaultPropTypes": true,
"ExtractPropTypes": true,
"ExtractPublicPropTypes": true,

View File

@@ -327,6 +327,7 @@ const handleSee = async (row?: any) => {
dialog1.visible = true;
dialog1.title = '修改设备';
};
const handleMonitorDialogClose = (done: () => void) => {
monitorVideoRef.value?.pause();
monitorVideoRef.value && (monitorVideoRef.value.currentTime = 0);