From b3e602a218cd1a6a6bcad672a5ee2cb14efca614 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期一, 15 五月 2023 08:12:46 +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