From 8d5d6e3da8468237b26010033a724ead1c1221a6 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Mon, 12 Jan 2026 16:24:14 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E8=A7=86=E9=A2=91=E5=8F=B7=E7=BB=84?= =?UTF-8?q?=E4=BB=B6):=20=E6=98=AF=E5=90=A6=E6=94=AF=E6=8C=81=E5=B5=8C?= =?UTF-8?q?=E5=85=A5=E5=BC=8F=E6=92=AD=E6=94=BE=EF=BC=8C=E7=94=B1=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E8=80=85=E5=86=B3=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components-diy/diy-channel-video.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/components-diy/diy-channel-video.vue b/components-diy/diy-channel-video.vue index 7aa5ddd..94a4d28 100644 --- a/components-diy/diy-channel-video.vue +++ b/components-diy/diy-channel-video.vue @@ -142,7 +142,6 @@ export default { * @returns {boolean} */ canUseEmbedMode() { - return true // #ifdef MP-WEIXIN return this.value?.embedMode && wechatChannelUtil.isEmbedModeSupported(); // #endif