From 4d7d02bbe9e91f4bdd2f45642775c320260129bc Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期四, 13 七月 2023 15:18:20 +0800
Subject: [PATCH] 验质修改

---
 pages/customer-page/customer-my/customer-my.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/customer-page/customer-my/customer-my.vue b/pages/customer-page/customer-my/customer-my.vue
index 5bbdee3..a2d91a3 100644
--- a/pages/customer-page/customer-my/customer-my.vue
+++ b/pages/customer-page/customer-my/customer-my.vue
@@ -360,11 +360,11 @@
 			},
 			logoutConfirm() {
 				redirectLogin();
+				this.$store.commit('changeisLogin', false)
+				this.$store.dispatch('websocketOnClose')
 			},
 			logoutCancel() {
 				this.logoutShow = false;
-				this.$store.commit('changeisLogin', false)
-				this.$store.dispatch('websocketOnClose')
 			},
 			// 璺宠浆鐢ㄦ埛绠$悊椤甸潰
 			userManage() {

--
Gitblit v1.9.1