给jar包上传失败增加提示

This commit is contained in:
jishenghua 2024-08-27 00:14:08 +08:00
parent 6366ff002c
commit ac33040c23

View File

@ -244,6 +244,8 @@
if (info.file.response.code === 200) {
this.$message.success(info.file.response.data)
this.loadData()
} else {
this.$message.error(info.file.response.data)
}
} else {
this.$message.error(info.file.response.data);