diff --git a/src/pages/system/customize/main.js b/src/pages/system/customize/main.js index b49de7aa..ec86548b 100644 --- a/src/pages/system/customize/main.js +++ b/src/pages/system/customize/main.js @@ -129,7 +129,6 @@ export default class acclist extends React.Component{ }); } onUploadError = (type, data) => { - if (type === 'overMaxSize') { Notify.error(`文件大小不能超过 ${data.formattedMaxSize}`); }