|
|
@@ -51,9 +51,13 @@
|
|
|
},
|
|
|
login() {
|
|
|
if (this.look) {
|
|
|
- // let ruri = encodeURIComponent('https://test.baoxianzhanggui.com/nightFragrance')
|
|
|
- let ruri = encodeURIComponent('https://test.baoxianzhanggui.com/fragrance/')
|
|
|
- window.location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxa72f643173a90106&redirect_uri=${ruri}&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect`
|
|
|
+ // 测试
|
|
|
+ // let ruri = encodeURIComponent('https://test.baoxianzhanggui.com/fragrance/');
|
|
|
+ // let appid = 'wxa72f643173a90106';
|
|
|
+ // 正式
|
|
|
+ let ruri = encodeURIComponent('https://city.baoxianzhanggui.com/fragrance/');
|
|
|
+ let appid = 'wx9dc677bd41e82569'
|
|
|
+ window.location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appid}&redirect_uri=${ruri}&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect`
|
|
|
// window.location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxa72f643173a90106&redirect_uri=${ruri}&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect`
|
|
|
// 正式——广誉源
|
|
|
// window.location.href = 'https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx9dc677bd41e82569&redirect_uri=https://city.baoxianzhanggui.com/fragrance/&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect'
|