chromesetting
杨树林 5 years ago
parent a3bccd5687
commit 6905279941

@ -428,6 +428,7 @@ class TPMDataset extends Component {
const isLt150M = file.size / 1024 / 1024 < 50; const isLt150M = file.size / 1024 / 1024 < 50;
if (!isLt150M) { if (!isLt150M) {
// this.props.showNotification(`文件大小必须小于50MB`); // this.props.showNotification(`文件大小必须小于50MB`);
notification.open( notification.open(
{ {
message: '提示', message: '提示',

Loading…
Cancel
Save