pull/361/head
HXY 2 years ago
parent dd09baa75a
commit 414c2c6cb2

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 80 KiB

@ -456,9 +456,9 @@ const beforeUpload = async (data: any) => {
if ( if (
uploadType.value === 'public/video' && uploadType.value === 'public/video' &&
data.file.file?.size > 104857600 data.file.file?.size > 8388608
) { ) {
window.$message.warning('100MB'); window.$message.warning('8MB');
return false; return false;
} }
// 附件类型校验 // 附件类型校验

Loading…
Cancel
Save