2024年5月27日 修复问题
This commit is contained in:
parent
972ed1a437
commit
e012efc8ed
|
@ -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'){
|
||||||
|
|
Loading…
Reference in New Issue