From 922b1cda60a08dbba9937d93457df40b54441cdf Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期三, 23 七月 2025 14:26:30 +0800
Subject: [PATCH] 会员修改信息页面与用户管理页面调整

---
 manager/src/views/video/VideoList.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/manager/src/views/video/VideoList.vue b/manager/src/views/video/VideoList.vue
index 7def5a8..bc301a1 100644
--- a/manager/src/views/video/VideoList.vue
+++ b/manager/src/views/video/VideoList.vue
@@ -64,6 +64,7 @@
         :title="playVideoTitle"
         width="800"
         :mask-closable="false"
+        @close="playVideoClose"
       >
         <div class="video-warp">
           <video :src="playVideoUrl" autoplay controls style="width: 768px;height: 432px"/>

--
Gitblit v1.8.0