From 1e7cdb32d49678d37422588ec0f1709ecac941ef Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 07 Mar 2023 17:01:04 +0800
Subject: [PATCH] 安保活动相关调整
---
src/views/activity/components/videoControlBox.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/views/activity/components/videoControlBox.vue b/src/views/activity/components/videoControlBox.vue
index 743b230..58b8c40 100644
--- a/src/views/activity/components/videoControlBox.vue
+++ b/src/views/activity/components/videoControlBox.vue
@@ -470,8 +470,10 @@
type: 'VectorLayer'
})
+ console.log(tc, 56555)
+
if (tc) {
- tc.remove()
+ tc.clear()
}
},
}
--
Gitblit v1.9.3