退出全屏 ,需要水印7

This commit is contained in:
gengxin
2025-03-11 11:09:19 +08:00
parent e9b9a14b69
commit 127f191776

View File

@@ -623,6 +623,7 @@ export default {
if (!this.isFullscreen) {
// 退出全屏后的逻辑(如暂停视频、更新 UI 等)
console.log('ESC 已退出全屏 handleFullscreenChange',this.isFullscreen);
this.isFullscreen = true)
this.toggleFullScreen();
}
}