|
@@ -11,7 +11,9 @@ function Z1login() {
|
|
|
window.location.href = 'http://192.168.20.55:3001/#/login?code=xxxx'
|
|
|
//此处的ID是在文档的开发-基本配置里面
|
|
|
// let appid = 'wx3d4f2e0cfc3b8e54'
|
|
|
- // let url = 'https://sit-wuxicishan.4dage.com/unityForPad/index.html'
|
|
|
+ // let url = `https://sit-hqbooking.4dage.com/#/login${
|
|
|
+ // window.location.href.includes('exhi') ? '?exhi=1' : ''
|
|
|
+ // }`
|
|
|
// window.location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appid}&redirect_uri=${encodeURIComponent(
|
|
|
// url
|
|
|
// )}&response_type=code&scope=SCOPE&state=STATE#wechat_redirect`
|