From dc2feac90dfb28b28cadf94e703ab3a97157da08 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期五, 30 六月 2023 09:25:56 +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