From 6087ba7d24f2353c2d01a5e5a384d5a20f97a19b Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期一, 15 五月 2023 08:10:53 +0800
Subject: [PATCH] 增加路线规划,样式修改

---
 store/index.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/store/index.js b/store/index.js
index f6dcee1..77612ae 100644
--- a/store/index.js
+++ b/store/index.js
@@ -71,6 +71,7 @@
 			weight: '',
 			userId: ''
 		},
+		globalisconnect: false
 	},
 	mutations: {
 		lengthchange(state, payload) {
@@ -110,6 +111,10 @@
 		},
 		changeuserInfo(state, payload) {
 			state.globaluserInfo = payload
+		},
+		// 鏀圭増鍏ㄥ眬websocket鐘舵��
+		changeisconnect(state, payload) {
+			state.globalisconnect = payload
 		}
 	}
 })

--
Gitblit v1.9.1