From 97d88adcdfa7e13b2203c8716c02866fae087704 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期二, 26 九月 2023 09:38:47 +0800
Subject: [PATCH] 修改磅房忙碌问题及其他问题

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

diff --git a/App.vue b/App.vue
index e7e6c3c..5db64ef 100644
--- a/App.vue
+++ b/App.vue
@@ -13,7 +13,7 @@
 			if (!this.globalisconnect && !this.globalisUploadimg && this.globalisLogin) {
 				if (!this.is_open_socket) {
 					this.$store.dispatch('websocketInit')
-					this.changeisconnect(false);
+					this.changeisconnect(true);
 					console.log('appvue鐨剋s');
 				}
 			}

--
Gitblit v1.9.1