Kaynağa Gözat

回调地址

zaijin 2 yıl önce
ebeveyn
işleme
2d0aeefb47
1 değiştirilmiş dosya ile 4 ekleme ve 3 silme
  1. 4 3
      pages/wechatLogin/wechatLogin.vue

+ 4 - 3
pages/wechatLogin/wechatLogin.vue

@@ -38,9 +38,10 @@
 					this.handleGetWXInfo(this.code);
 				}
 			} else {
-				location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${this.config.wxAppid}&redirect_uri=${encodeURIComponent(
-        local
-      )}&response_type=code&scope=snsapi_userinfo&state=STATE&connect_redirect=1#wechat_redirect`;
+				// location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${this.config.wxAppid}&redirect_uri=${encodeURIComponent(
+				//     local
+				//   )}&response_type=code&scope=snsapi_userinfo&state=STATE&connect_redirect=1#wechat_redirect`;
+				location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${this.config.wxAppid}&redirect_uri=${encodeURIComponent(local)}&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect`
 			}
 		},
 		methods: {