From a6c24eaf3b22bd4b26c444de10c5839c8194daf8 Mon Sep 17 00:00:00 2001 From: Flex <q1406482700@163.com> Date: 星期一, 21 四月 2025 10:00:13 +0800 Subject: [PATCH] Merge branch 'master' of http://yykjgit.sdyyst.com/r/easegen --- easegen-front/src/views/myCourse/index.vue | 17 +---------------- 1 files changed, 1 insertions(+), 16 deletions(-) diff --git a/easegen-front/src/views/myCourse/index.vue b/easegen-front/src/views/myCourse/index.vue index 83b4e7c..7229ee4 100644 --- a/easegen-front/src/views/myCourse/index.vue +++ b/easegen-front/src/views/myCourse/index.vue @@ -147,22 +147,7 @@ </ContentWrap> <!-- 瑙嗛鎾斁寮规 --> - <el-dialog - v-model="videoPlayDialogVisible" - title="瑙嗛棰勮" - width="60%" - @close="handleVideoPlayClose" - > - <div class="video-play-container"> - <video - ref="currentPlayVideo" - v-if="currentPlayUrl" - :src="currentPlayUrl" - controls - class="play-video" - ></video> - </div> - </el-dialog> + <videoDialog ref="videoRef" /> <!-- 瀛楀箷鐢熸垚寮规 --> <el-dialog -- Gitblit v1.9.3