From 4e06cb82c09cc0b1c79fc6952656220538797963 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 24 一月 2025 09:18:42 +0800
Subject: [PATCH] ll
---
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