From ccd7179b7f9f0c685e1dc51187a82d203922e928 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期一, 21 八月 2023 15:38:31 +0800
Subject: [PATCH] Merge branch '2023_CR2' into 滲透

---
 PAMapp/pages/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/PAMapp/pages/index.vue b/PAMapp/pages/index.vue
index 6aefe56..ab9e195 100644
--- a/PAMapp/pages/index.vue
+++ b/PAMapp/pages/index.vue
@@ -151,7 +151,7 @@
         id="ytplayer" type="text/html" width="360" height="270"
         frameborder="0"
         allowfullscreen
-        sandbox="allow-scripts allow-same-origin allow-popups fullscreen"
+        sandbox="allow-scripts allow-same-origin allow-popups allow-presentation fullscreen"
         :src="filmVideoSrc"
       ></iframe>
       <div class="close-btn" @click="closeVideo()">X</div>

--
Gitblit v1.8.0