mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
Merge branch '250220-pre-126-177-gx' into test20250220
This commit is contained in:
@@ -388,6 +388,9 @@ export default {
|
||||
window.addEventListener("F", () => {
|
||||
this.isFullscreen = this.isFullScreen();
|
||||
});
|
||||
window.addEventListener("esc", () => {
|
||||
this.toggleFullScreen();
|
||||
});
|
||||
},
|
||||
methods: {
|
||||
//当视频由于需要缓冲下一帧而停止,解决一直计时的问题
|
||||
|
||||
Reference in New Issue
Block a user