From ff00f902f38008967013e6bc981345537dc7a590 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 21 四月 2025 12:09:55 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 h5/App.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/h5/App.vue b/h5/App.vue
index 8c4787c..8840678 100644
--- a/h5/App.vue
+++ b/h5/App.vue
@@ -11,13 +11,13 @@
 		},
 		methods: {
 			async init() {
-				if (!this.$store.state.userInfo) {
-					let res = await this.$u.api.login({ code: 'ShiXuHui' })
-					if (res.code === 200) {
-						this.$store.commit('setUserInfo', res.data)
-					}
-				}
-				return
+				// if (!this.$store.state.userInfo) {
+				// 	let res = await this.$u.api.login({ code: 'ShiXuHui' })
+				// 	if (res.code === 200) {
+				// 		this.$store.commit('setUserInfo', res.data)
+				// 	}
+				// }
+				// return
 				let code = this.getQueryVariable('code')
 				if (code) {
 					if (!uni.getStorageSync('code')) {

--
Gitblit v1.9.3