From 72935b2a35765bcc3622561bb06f2eccd64caf83 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期二, 16 五月 2023 16:49:00 +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