新增压缩中状态

This commit is contained in:
chuzhongzai
2023-12-08 15:05:05 +08:00
parent 4089341073
commit 746837659d
+4 -1
View File
@@ -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
}
//处理时间戳