From 7298d5354963a88643a543b51b90192dc9fc934c Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 11 九月 2025 18:43:14 +0800
Subject: [PATCH] 最新版本541200007

---
 h5/pages/auth/auth.vue |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/h5/pages/auth/auth.vue b/h5/pages/auth/auth.vue
index 7015615..1f39cbc 100644
--- a/h5/pages/auth/auth.vue
+++ b/h5/pages/auth/auth.vue
@@ -11,15 +11,7 @@
 				
 			};
 		},
-		onLoad() {
-			const appID = 'wx4d7c10bdec51942b'
-      const AppSecret = '922c93596d134fedf5bd22a9354b3bfe'
-      // const scope = 'snsapi_userinfo'
-      let uri = encodeURIComponent('https://xiaopiqiu2.natapp1.cc')
-      let authURL =
-        `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appID}&redirect_uri=${uri}&response_type=code&scope=snsapi_base&state=123#wechat_redirect`
-      window.location.href = authURL
-		}
+		
 	}
 </script>
 

--
Gitblit v1.9.3