From 746837659d0d5eabc59808684c9e6db856a313d1 Mon Sep 17 00:00:00 2001 From: chuzhongzai Date: Fri, 8 Dec 2023 15:05:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8E=8B=E7=BC=A9=E4=B8=AD?= =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/store/index.js b/src/store/index.js index 69c96f7..1df6713 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -244,7 +244,7 @@ const actions = { ElMessage(res.data.data) }) }, - resetUndone(context){ + resetUndone(){ axios.post(GalleryManageUrl + "/reset?AuthCode=big+lion").then((res) => { ElMessage(res.data.data) }) @@ -300,6 +300,9 @@ const mutations = { task.images = links break; + case "压缩中": + task.progress = "压缩中" + break } //处理时间戳