From 16332a341801f80d27830d2ea4e683b4ab21167c Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 21 四月 2025 18:28:00 +0800
Subject: [PATCH] 工单业务

---
 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