diff --git a/src/pages/course/video.tsx b/src/pages/course/video.tsx index 5f967da..844f29a 100644 --- a/src/pages/course/video.tsx +++ b/src/pages/course/video.tsx @@ -258,6 +258,7 @@ const CoursePalyPage = () => {
{ + timer && clearInterval(timer); window.player && window.player.destroy(); document.oncontextmenu = function (e) { /*恢复浏览器默认右键事件*/