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 |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/h5/App.vue b/h5/App.vue
index 960cc4d..85703fe 100644
--- a/h5/App.vue
+++ b/h5/App.vue
@@ -11,13 +11,14 @@
 		},
 		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
+				// ShiXuHui GuoJiWenWu
+				if (!this.$store.state.userInfo) {
+					let res = await this.$u.api.login({ code: 'GuoJiWenWu' })
+					if (res.code === 200) {
+						this.$store.commit('setUserInfo', res.data)
+					}
+				}
+				return
 				let code = this.getQueryVariable('code')
 				if (code) {
 					if (!uni.getStorageSync('code')) {
@@ -40,7 +41,7 @@
 										})
 									} else if (value[0] == 1) {
 										uni.navigateTo({
-											url: `/pages/workOrder_dca/workOrder_dca?id=${value[1]}`
+											url: `/pages/details_dca/details_dca?id=${value[1]}&isShow=true`
 										})
 									} else if (value[0] == 3) {
 										uni.navigateTo({
@@ -71,7 +72,7 @@
 										})
 									} else if (value[0] == 1) {
 										uni.navigateTo({
-											url: `/pages/workOrder_dca/workOrder_dca?id=${value[1]}`
+											url: `/pages/details_dca/details_dca?id=${value[1]}&isShow=true`
 										})
 									} else if (value[0] == 3) {
 										uni.navigateTo({
@@ -81,7 +82,7 @@
 								}
 							}
 						}
-						
+
 					} else {
 						let loc_href = encodeURIComponent("https://dmtest.ahapp.net/lianhelihua_web/")
 						

--
Gitblit v1.9.3