diff --git a/src/pages/course/video.tsx b/src/pages/course/video.tsx index b50d576..fe83d9a 100644 --- a/src/pages/course/video.tsx +++ b/src/pages/course/video.tsx @@ -130,8 +130,6 @@ const CoursePalyPage = () => { const initDPlayer = (playUrl: string, isTrySee: number, params: any) => { let banDrag = systemConfig.playerIsDisabledDrag && watchRef.current < totalRef.current; - console.log(watchRef.current); - console.log(totalRef.current); window.player = new window.DPlayer({ container: document.getElementById("meedu-player-container"), autoplay: false,