From d1f08bfc65d459b893fb6d5134927e0c078d32e5 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期五, 24 一月 2025 13:50:59 +0800 Subject: [PATCH] Merge branch '2.0.1' of http://139.186.142.91:10010/r/productDev/funingyunwei into 2.0.1 --- h5/pages/login.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/h5/pages/login.vue b/h5/pages/login.vue index 840eba8..ebe40f2 100644 --- a/h5/pages/login.vue +++ b/h5/pages/login.vue @@ -105,8 +105,10 @@ } }) } else { - let url = 'https://zhcg.fnwtzx.com/yunwei_h5' - const appID = 'wx95ac1efb67f0330d' + // let url = 'https://zhcg.fnwtzx.com/yunwei_h5' + // const appID = 'wx95ac1efb67f0330d' + let url = 'https://dmtest.ahapp.net/yunwei_h5' + const appID = 'wx4d7c10bdec51942b' let uri = encodeURIComponent(url) let authURL = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appID}&redirect_uri=${uri}&response_type=code&scope=snsapi_base#wechat_redirect` -- Gitblit v1.9.3