提交 0a21f580 编写于 作者: bo.dang's avatar bo.dang

设置回放

上级 212af225
......@@ -595,7 +595,7 @@ export default {
},
videoToName(fileName, number){
if(fileName != ""){
if(fileName != null && fileName != ""){
const index = fileName.indexOf(".mp4");
const str = fileName.slice(0, index);
if(str.length > number){
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册