|
@@ -98,7 +98,9 @@ function applyInfo() {
|
|
|
|
|
|
function checkWxOpenId() {
|
|
|
if (DataCenter.wxOpenId == null) {
|
|
|
- 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
|
|
|
}
|
|
|
}
|