2024年5月27日 修复问题

This commit is contained in:
bai 2024-05-27 14:55:40 +08:00
parent 972ed1a437
commit e012efc8ed
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@
} }
} else if(three.type == 'document'){ } else if(three.type == 'document'){
if(!three.filePath){ if(!three.filePath){
createMessage.warn('请上传视频!'); createMessage.warn('请上传文档!');
return; return;
} }
} else if(three.type == 'richText'){ } else if(three.type == 'richText'){