From 04c4c9aa7cdff9c6afebeaf6cb59a4cb35ba9a4a Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Wed, 18 Oct 2023 18:15:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/scene/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/scene/index.vue b/src/views/scene/index.vue index a108289..ad23702 100644 --- a/src/views/scene/index.vue +++ b/src/views/scene/index.vue @@ -32,6 +32,7 @@ user_channel.on('message', (data: any) => { try { // data里是消息内容 console.log('收到命令', data) + if(!data.content.includes('scene--')&&!data.content.includes('mp4--')) data.content = atob(data.content); if(data.content.includes('scene--')){ showIframe.value = false isVideo.value = false;