文档拆分--查看--图片上传
This commit is contained in:
@@ -112,7 +112,7 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
if (this.fileTypeSatus) {
|
if (this.fileTypeSatus) {
|
||||||
if (file.size > 500000000) {
|
if (file.size > 1024 * 1024 * 500) {
|
||||||
this.$message.warning(this.errorMessage)
|
this.$message.warning(this.errorMessage)
|
||||||
} else {
|
} else {
|
||||||
if (status === 'error') {
|
if (status === 'error') {
|
||||||
|
|||||||
Reference in New Issue
Block a user