提交 aa69931f 编写于 作者: huangwensu's avatar huangwensu

文件大小限制

上级 31c984f9
...@@ -189,7 +189,7 @@ export default { ...@@ -189,7 +189,7 @@ export default {
}, },
uploadImportFile(file) { uploadImportFile(file) {
let _this = this; let _this = this;
const isLt5M = file.size / 1024 / 1024 < 6; const isLt5M = file.size / 1024 / 1024 < 5;
if (!isLt5M) { if (!isLt5M) {
this.$message.error('上传文件不能超过5MB!'); this.$message.error('上传文件不能超过5MB!');
return isLt5M return isLt5M
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册