Browse Source

no message

linwenxin 1 week ago
parent
commit
ad35bb7da3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/utils/util.js

+ 1 - 1
src/common/utils/util.js

@@ -968,7 +968,7 @@ export const weixinPay = function (data, successful, cancel, failure) {
 
 // 微信授权验证配置
 export const wxConfig = function (configInfo, userInfo, cb) {
-  let url = ''
+  let url = process.env.VUE_APP_HREF
   const systemInfo = uni.getSystemInfoSync()
   if (systemInfo.platform === 'android') {
     // 安卓平台