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