From e442087924963ddf39f451032ae55efb0b16195e Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期一, 26 六月 2023 08:55:59 +0800
Subject: [PATCH] 优化websocket

---
 App.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/App.vue b/App.vue
index 72d23d5..758985e 100644
--- a/App.vue
+++ b/App.vue
@@ -9,9 +9,11 @@
 
 		},
 		onShow() {
-			console.log('appvueZI鏄剧ず');
+			console.log('appvue鏄剧ず');
 			if (!this.globalisconnect && !this.globalisUploadimg) {
 				this.$store.dispatch('websocketInit')
+				this.changeisconnect(false);
+				console.log('appvue鐨剋s');
 			}
 		},
 		methods: {

--
Gitblit v1.9.1