提交 0c473566 authored 作者: taojinlong's avatar taojinlong

fix: 超时重复提示

上级 f3218fc8
......@@ -281,8 +281,6 @@ export default {
this.$error(res.message.substring(0, 2500) + '......')
}
}
}).catch(res => {
this.$error(res.message)
})
} else {
return false
......
......@@ -246,8 +246,6 @@ export default {
this.$error(res.message.substring(0, 2500) + '......')
}
}
}).catch(res => {
this.$error(res.message)
})
} else {
return false
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论