From 4e77e01f068e8ea2ec914698aa55fcf369afc919 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期一, 15 五月 2023 11:17:25 +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