Procházet zdrojové kódy

feat: 评测报告,音频回放增加'm4a'文件类型

TIANYONG před 1 rokem
rodič
revize
c1f79b5876
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/subpages/colexiu-report/header/index.tsx

+ 1 - 1
src/subpages/colexiu-report/header/index.tsx

@@ -88,7 +88,7 @@ export default defineComponent({
     }
     }
     const mediaType = computed(() => {
     const mediaType = computed(() => {
       const subfix = (record.value?.videoFilePath || '').split('.').pop()
       const subfix = (record.value?.videoFilePath || '').split('.').pop()
-      if (subfix === 'wav' || subfix === 'mp3') {
+      if (subfix === 'wav' || subfix === 'mp3'|| subfix === 'm4a') {
         return 'audio'
         return 'audio'
       }
       }
       return 'video'
       return 'video'