From 8a1a8689a2d7e236a733ffb822da503d16fcb88e Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期一, 10 七月 2023 08:45:49 +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