From adb9ffa5eb6acdd197847a0220e29de33b108304 Mon Sep 17 00:00:00 2001 From: mayiming <1627832236@qq.com> Date: Fri, 31 Oct 2025 16:46:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A7=86=E9=A2=91=E6=A1=88?= =?UTF-8?q?=E4=BE=8B=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../videoscase/videosCaseView.vue | 538 +++++++++++++++++- 1 file changed, 535 insertions(+), 3 deletions(-) diff --git a/management/src/views/caseresource/videoscase/videosCaseView.vue b/management/src/views/caseresource/videoscase/videosCaseView.vue index c5aebec7..ada34a38 100644 --- a/management/src/views/caseresource/videoscase/videosCaseView.vue +++ b/management/src/views/caseresource/videoscase/videosCaseView.vue @@ -1,5 +1,537 @@ \ No newline at end of file + +
+ + 搜索 +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+

视频地址:{{ currentVideoUrl }}

+
+
+
+ + + +
+

{{ currentVideoCase.title }}

+
+
设计人员:{{ currentVideoCase.designer_names }}
+
指导老师:{{ currentVideoCase.tutor_names }}
+
排序:{{ currentVideoCase.sort }}
+
创建时间:{{ currentVideoCase.create_time }}
+
+
+

视频简介

+
+ {{ currentVideoCase.intro || '无简介' }} +
+
+
+

视频播放

+ +
+
+
+ + + +
+ +
+ + + +
+
+ + +
+ +
+ + +

支持MP4等主流视频格式的直接播放地址

+
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+
+ + +
+ + + + + + \ No newline at end of file