| src/views/yunpan/zhishou.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/yunpan/zhishou.vue
@@ -589,9 +589,9 @@ this.fileDate.folderid = this.folderform.folderid } const isLt50M = file.size / 1024 / 1024 < 50 const isLt50M = file.size / 1024 / 1024 < 200 if (!isLt50M) { this.$message.error('上传文件不能超过 50MB!') this.$message.error('上传文件不能超过 200MB!') } return isLt50M },