From ce9e3c597e1284cb160c5d5727abfdc2537bd7de Mon Sep 17 00:00:00 2001 From: red-deng-deng <1924913374@qq.com> Date: Mon, 22 Nov 2021 19:58:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/system/customize/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/system/customize/main.js b/src/pages/system/customize/main.js index ec86548b..b49de7aa 100644 --- a/src/pages/system/customize/main.js +++ b/src/pages/system/customize/main.js @@ -129,6 +129,7 @@ export default class acclist extends React.Component{ }); } onUploadError = (type, data) => { + if (type === 'overMaxSize') { Notify.error(`文件大小不能超过 ${data.formattedMaxSize}`); }