文档拆分--查看--图片上传

This commit is contained in:
范强强
2024-03-10 09:26:30 +08:00
parent 6fa9f90371
commit 994f5cd3b6
@@ -112,7 +112,7 @@ export default {
}
})
if (this.fileTypeSatus) {
if (file.size > 500000000) {
if (file.size > 1024 * 1024 * 500) {
this.$message.warning(this.errorMessage)
} else {
if (status === 'error') {