From affee4c2d25b3e31e8d6c04521d110d2d918bbb3 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Tue, 28 Oct 2025 09:17:29 +0800 Subject: [PATCH] up --- utils/util.js | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/util.js b/utils/util.js index afbd137..78fcc42 100755 --- a/utils/util.js +++ b/utils/util.js @@ -64,7 +64,6 @@ const getOpenidInfo = (cb, refresh) => { // 判断运行环境:H5还是小程序 const isH5 = typeof window !== 'undefined' && window.location const isWeixinBrowser = isH5 && /MicroMessenger/i.test(navigator.userAgent) - if (isH5 && isWeixinBrowser) { // H5环境下的微信授权登录 wxH5AuthLogin(cb)