From 6b929b3a19e0580e255c02c2702895f361784d90 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 25 四月 2025 17:47:44 +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