From 83169f4f5692786cb6befad69b16535a04bb7861 Mon Sep 17 00:00:00 2001 From: wangchen147 <30853657+wangchen147@users.noreply.github.com> Date: Fri, 22 Dec 2023 09:53:44 +0800 Subject: [PATCH] 0.0.6 --- uni-app/src/utils/wechat.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uni-app/src/utils/wechat.ts b/uni-app/src/utils/wechat.ts index 6dfd61afe..8e6aeaf5c 100644 --- a/uni-app/src/utils/wechat.ts +++ b/uni-app/src/utils/wechat.ts @@ -1,4 +1,6 @@ +// #ifdef H5 import wx from 'weixin-js-sdk' +// #endif import { getWechatSkdConfig } from '@/app/api/system' import { isWeixinBrowser } from '@/utils/common'