新增压缩中状态
This commit is contained in:
parent
4089341073
commit
746837659d
@ -244,7 +244,7 @@ const actions = {
|
|||||||
ElMessage(res.data.data)
|
ElMessage(res.data.data)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
resetUndone(context){
|
resetUndone(){
|
||||||
axios.post(GalleryManageUrl + "/reset?AuthCode=big+lion").then((res) => {
|
axios.post(GalleryManageUrl + "/reset?AuthCode=big+lion").then((res) => {
|
||||||
ElMessage(res.data.data)
|
ElMessage(res.data.data)
|
||||||
})
|
})
|
||||||
@ -300,6 +300,9 @@ const mutations = {
|
|||||||
|
|
||||||
task.images = links
|
task.images = links
|
||||||
break;
|
break;
|
||||||
|
case "压缩中":
|
||||||
|
task.progress = "压缩中"
|
||||||
|
break
|
||||||
}
|
}
|
||||||
|
|
||||||
//处理时间戳
|
//处理时间戳
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user