优化打包

This commit is contained in:
aixianling
2022-05-27 12:05:46 +08:00
parent 90ab577eb1
commit 442296a414

View File

@@ -128,6 +128,8 @@ export default {
if (row.count >= 100) {
clearInterval(timer)
this.$message.error("打包失败!")
} else if (row.count <= 25) {
row.count++
} else this.handleConfirmZip(row).then(v => {
if (v.error) {
clearInterval(timer)