From 6de362aa73c4dcf0d1fea104b9ec2b687f138c00 Mon Sep 17 00:00:00 2001 From: Mrx <18278715334@163.com> Date: Wed, 10 Jun 2026 19:04:51 +0800 Subject: [PATCH] f --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index f5f57e9..ff82bcc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -202,7 +202,7 @@ const h5WeixinLogin = async () => { const h5WeixinGetCode = () => { const currentUrl = window.location.href; let redirectUri = encodeURIComponent(currentUrl); - let appId = "wxd391e40295bd9dfb"; + let appId = "wx00f616268b0d0061"; let state = "snsapi_base"; let scope = "snsapi_base"; let authUrl = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appId}&redirect_uri=${redirectUri}&response_type=code&scope=${scope}&state=${state}#wechat_redirect`;