Bladeren bron

还原微信授权地址

yangc 7 jaren geleden
bovenliggende
commit
65a65e5257
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      pages/mobile/wechat/toggle.vue

+ 1 - 1
pages/mobile/wechat/toggle.vue

@@ -8,7 +8,7 @@
     mounted() {
       this.$nextTick(() => {
         // this.$route.query.url
-        window.location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxd29bbca61728b189&redirect_uri=http://139.199.176.56:23400${this.$route.query.url}&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect`
+        window.location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxd29bbca61728b189&redirect_uri=http://gmxwni.natappfree.cc${this.$route.query.url}&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect`
       })
     }
   }