From c8b32b8bca79a116cfab70eb8c389907b664c9ca Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 23 四月 2025 10:43:14 +0800
Subject: [PATCH] 提交

---
 h5/App.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/h5/App.vue b/h5/App.vue
index 8c4787c..85703fe 100644
--- a/h5/App.vue
+++ b/h5/App.vue
@@ -11,8 +11,9 @@
 		},
 		methods: {
 			async init() {
+				// ShiXuHui GuoJiWenWu
 				if (!this.$store.state.userInfo) {
-					let res = await this.$u.api.login({ code: 'ShiXuHui' })
+					let res = await this.$u.api.login({ code: 'GuoJiWenWu' })
 					if (res.code === 200) {
 						this.$store.commit('setUserInfo', res.data)
 					}
@@ -81,7 +82,7 @@
 								}
 							}
 						}
-						
+
 					} else {
 						let loc_href = encodeURIComponent("https://dmtest.ahapp.net/lianhelihua_web/")
 						

--
Gitblit v1.9.3