fix: 超时重复提示

This commit is contained in:
taojinlong 2022-06-01 00:49:38 +08:00
parent f3218fc87d
commit 0c4735666b
2 changed files with 0 additions and 4 deletions

View File

@ -281,8 +281,6 @@ export default {
this.$error(res.message.substring(0, 2500) + '......')
}
}
}).catch(res => {
this.$error(res.message)
})
} else {
return false

View File

@ -246,8 +246,6 @@ export default {
this.$error(res.message.substring(0, 2500) + '......')
}
}
}).catch(res => {
this.$error(res.message)
})
} else {
return false