lsc 1 năm trước cách đây
mục cha
commit
a2a174c48a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/components/audio.vue

+ 1 - 1
src/components/components/audio.vue

@@ -99,7 +99,7 @@ export default {
         return;
       }
       const mp3Blob = this.convertToMp3(recorder.getWAV());
-      let audioFile = this.dataURLtoAudio(mp3Blob, "音频");
+      let audioFile = this.dataURLtoAudio(mp3Blob, "mp3");
       console.log(audioFile);
       this.beforeUpload1(audioFile, 3);
       // recorder.download(mp3Blob, "recorder", "mp3");