From 57704defda1b3b3155a6ef53644e8b0aa0d87abd Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期四, 06 七月 2023 16:32:53 +0800
Subject: [PATCH] 验质功能修改

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