From 37a0b120e66bcda386b0a8c256ca0fe9f09b29cb Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期四, 29 六月 2023 18:16:26 +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