From f29dfb68a705ab9f37ed924fc82d6fd414c1c78c Mon Sep 17 00:00:00 2001 From: wzp <2040239371@qq.com> Date: 星期一, 21 十一月 2022 17:01:45 +0800 Subject: [PATCH] 最新 --- assetMgtH5/pages/login/login.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/assetMgtH5/pages/login/login.vue b/assetMgtH5/pages/login/login.vue index ae81d25..cfb849f 100644 --- a/assetMgtH5/pages/login/login.vue +++ b/assetMgtH5/pages/login/login.vue @@ -84,7 +84,7 @@ var ua = window.navigator.userAgent.toLowerCase(); if ((ua.match(/MicroMessenger/i) == 'micromessenger') && (ua.match(/wxwork/i) == 'wxwork')) { //鐢熶骇 - window.location.href =`http://open.weixin.qq.com/connect/oauth2/authorize?appid=ww9516eee214a997e5&redirect_uri=http://uat.mengdong.icu/h5/&response_type=code&state=share^${this.number}&scope=snsapi_userinfo@asset#wechat_redirect`; + window.location.href =`http://open.weixin.qq.com/connect/oauth2/authorize?appid=ww9516eee214a997e5&redirect_uri=http://uat.zhongyishutong.xyz/h5/&response_type=code&state=share^${this.number}&scope=snsapi_userinfo@asset#wechat_redirect`; //娴嬭瘯 // window.location.href =`http://open.weixin.qq.com/connect/oauth2/authorize?appid=wwb3c45e4348576dc2&redirect_uri=http://asset.mengdong.icu/h5/&response_type=code&state=share^${this.number}&scope=snsapi_userinfo@asset#wechat_redirect`; -- Gitblit v1.9.1