From 2fbd650997a807e5cf93e48350bfcb9aa0c4291b Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 25 四月 2025 18:24:22 +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