修改bug
This commit is contained in:
parent
28ae1c3cb5
commit
4c0bb543c0
@ -72,6 +72,10 @@ import api from "@/services/caseManagement";
|
|||||||
// 如果是图片,直接显示图片
|
// 如果是图片,直接显示图片
|
||||||
this.fileType = 'video'
|
this.fileType = 'video'
|
||||||
}
|
}
|
||||||
|
else if(this.$util.getFileType(url) === 'audio') {
|
||||||
|
// 如果是图片,直接显示图片
|
||||||
|
this.fileType = 'video'
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
this.fileType = 'other'
|
this.fileType = 'other'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user