官网上传图片大小限制取消

This commit is contained in:
home孙 2025-07-31 10:23:42 +08:00
parent 6291681025
commit 042e076797
3 changed files with 3 additions and 3 deletions

View File

@ -192,7 +192,7 @@ export default {
this.$message.error(res.data.msg);
}
}).catch((err) => {
this.loading = false;
this.loading.close()
this.$refs.fileInput.value = "";
this.$message.error("插入图片失败");
});

View File

@ -708,7 +708,7 @@ changeAddModel3(){
this.$message.error(res.data.msg);
}
}).catch((err) => {
this.loading = false;
this.loading.close()
this.$refs.fileInput1.value = '';
this.$message.error("插入图片失败");
});

View File

@ -379,7 +379,7 @@ export default {
this.$message.error(res.data.msg);
}
}).catch((err) => {
this.loading = false;
this.loading.close()
this.$refs.fileInput1.value = "";
this.$message.error("插入图片失败");
});