From af436aa050f76584cd5cb88e413e45cd08c15d50 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期三, 17 五月 2023 14:14:04 +0800 Subject: [PATCH] 修改部分错误,增加新功能 --- store/index.js | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/store/index.js b/store/index.js index 77612ae..72a6b9c 100644 --- a/store/index.js +++ b/store/index.js @@ -71,7 +71,8 @@ weight: '', userId: '' }, - globalisconnect: false + globalisconnect: false, + globalisUploadimg: false }, mutations: { lengthchange(state, payload) { @@ -115,6 +116,9 @@ // 鏀圭増鍏ㄥ眬websocket鐘舵�� changeisconnect(state, payload) { state.globalisconnect = payload + }, + changeisUploadimg(state, payload) { + state.globalisUploadimg = payload } } }) -- Gitblit v1.9.1