From 14cbefd12554100975ef2968ee1abdd1c76cb922 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 18 Jul 2023 10:19:01 +0800 Subject: [PATCH] MP4 --- project/fengdu/app/AppIntegratingAudit/components/Detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/fengdu/app/AppIntegratingAudit/components/Detail.vue b/project/fengdu/app/AppIntegratingAudit/components/Detail.vue index 0964e7a8..5891a2dc 100644 --- a/project/fengdu/app/AppIntegratingAudit/components/Detail.vue +++ b/project/fengdu/app/AppIntegratingAudit/components/Detail.vue @@ -170,7 +170,7 @@ this.eventForm.applyIntegral = res.data.applyIntegral } this.info.images = res.data.files.filter(e => (['jpeg', 'jpg', 'png', 'JPG', 'JPEG', 'PNG'].includes(e.postfix.split('.')[1]))) - this.info.videos = res.data.files.filter(e => (['mp4', 'MOV'].includes(e.postfix.split('.')[1]))) + this.info.videos = res.data.files.filter(e => (['mp4', 'MP4', 'MOV'].includes(e.postfix.split('.')[1]))) } } })