|
|
@@ -73,13 +73,13 @@
|
|
|
}
|
|
|
let ua = this.$store.state.option.userAgent.toLowerCase()
|
|
|
if (ua.match(/micromessenger/i) && ua.match(/micromessenger/i)[0] === 'micromessenger' && !this.$route.query.code && !info) {
|
|
|
- window.location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxb3274b676737a319&redirect_uri=https://pre.usoftmall.com/mobile/wechat&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect`
|
|
|
+ window.location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxb3274b676737a319&redirect_uri=https://www.usoftmall.com/mobile/wechat&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect`
|
|
|
} else if (info) {
|
|
|
info = JSON.parse(info)
|
|
|
if (info.openid) {
|
|
|
this.$store.dispatch('GerWechatInfo', {code: '', openId: info.openid})
|
|
|
} else {
|
|
|
- window.location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxb3274b676737a319&redirect_uri=https://pre.usoftmall.com/mobile/wechat&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect`
|
|
|
+ window.location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxb3274b676737a319&redirect_uri=https://www.usoftmall.com/mobile/wechat&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect`
|
|
|
}
|
|
|
} else {
|
|
|
this.$store.dispatch('GerWechatInfo', {code: this.$route.query.code})
|