fix: 修改微信授权回调地址

This commit is contained in:
zhangds 2024-03-19 14:43:38 +08:00
parent bbe621ce95
commit 206c77f857
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@
// 统一跳转逻辑判断
gotoPage(data, type) {
// 微信授权回调地址
let wxauth_url = "https://openapi.1688sup.com/wechat/oauth";
let wxauth_url = "https://22233.cn/wechat/oauth";
// 第一步:判断是否是 微信静默授权 是 -> 拼接回调地址
if (data.is_have_webview_voucher) {
// 第二步:判断是否是包码 是 -> 走包码回调地址