This commit is contained in:
2020-08-10 21:51:08 +00:00
parent 85f5008f47
commit eb0db54cd1

View File

@@ -153,6 +153,9 @@ export default {
default:
return;
}
if (fileData == null) {
return;
}
if (fileData.size > 512000) {
window.$gz.eventBus.$emit("notify-error", vm.fileSizeExceededWarning);
return;