- let url = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxf01ec97b45a4bc49&redirect_uri=https://www.cxhy.cn&response_type=code&scope=snsapi_base&state=999#wechat_redirect"
+ let uri = encodeURI("https://yixuefrp.cxhy.cn/test")
+ Tools.showMessage(uri)
+ let url = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxf01ec97b45a4bc49&redirect_uri=" + uri + "&response_type=code&scope=snsapi_base&state=999#wechat_redirect"
window.location.href = url
window.location.href = url
}
}
}
}
Some files were not shown because too many files changed in this diff