|
@@ -34,7 +34,7 @@ function getQueryVariable(variable) {
|
|
var isAuthorization = getQueryVariable('isAuthorization');
|
|
var isAuthorization = getQueryVariable('isAuthorization');
|
|
if (isAuthorization) {
|
|
if (isAuthorization) {
|
|
alert(1)
|
|
alert(1)
|
|
- var url = 'https://jiasm.zfire.top/recycleh5/#/pages/login/indexs';
|
|
|
|
|
|
+ var url = 'https://jiasm.zfire.top/recycleh5/pages/login/indexs';
|
|
const href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxd935838591c00e16&redirect_uri=${url}&response_type=code&scope=snsapi_userinfo#wechat_redirect`;
|
|
const href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxd935838591c00e16&redirect_uri=${url}&response_type=code&scope=snsapi_userinfo#wechat_redirect`;
|
|
window.location.href = href;
|
|
window.location.href = href;
|
|
} else {
|
|
} else {
|