From fe12fe0325c33867a4cb8387e4f19a0178e5e1a1 Mon Sep 17 00:00:00 2001
From: renkang <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 09 十二月 2024 23:20:34 +0800
Subject: [PATCH] 客户资料 巡检任务业务

---
 h5/pages/index.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/h5/pages/index.vue b/h5/pages/index.vue
index 8232d81..9d3409d 100644
--- a/h5/pages/index.vue
+++ b/h5/pages/index.vue
@@ -74,12 +74,13 @@
 					url: item.url
 				})
 			},
-			loginOut() {
-				this.$store.commit('empty')
+			loginOut() {
 				logoutPost()
+				this.$store.commit('empty')
 				uni.redirectTo({
 					url: '/pages/login'
-				})
+				})
+				// window.location.href= 'https://zhcg.fnwtzx.com/fn_h5'
 			},
 
 		}

--
Gitblit v1.9.3