From fac27acb9b453cfe9f66fdc4ef510d0c615d1e8f Mon Sep 17 00:00:00 2001 From: 罗广辉 <guanghui.luo@foxmail.com> Date: Sat, 15 Nov 2025 18:33:57 +0800 Subject: [PATCH] feat: 配置环境变量 --- src/components/WebViewPlus.vue | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/components/WebViewPlus.vue b/src/components/WebViewPlus.vue index d697186..7a07a17 100644 --- a/src/components/WebViewPlus.vue +++ b/src/components/WebViewPlus.vue @@ -1,8 +1,11 @@ <template> <web-view :src="src" @message="viewMessage" :allow="allow"/> - <!-- #ifdef WEB --> - <TUICallKit/> - <!-- #endif WEB --> + <view> + <!-- #ifdef H5 --> + <TUICallKit/> + <!-- #endif --> + </view> + </template> -- Gitblit v1.9.3