@@ -130,6 +130,7 @@ export default {
}
if (size > 10) {
this.$message.warning("文件大小不得超过10M");
+ return false;
},
handleStarting() {