Browse Source

搜索类型

ZaiZai 2 years ago
parent
commit
13ba7e2bd2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/using/query.vue

+ 1 - 0
src/views/using/query.vue

@@ -1544,6 +1544,7 @@ const startRecorder = (stream) => {
         //获取wav格式音频数据
         let blob = new Blob([chunks], {type: "audio/wav;codecs=opus"});
         let file = new window.File([blob],new Date().getTime() + ".wav", {type: "audio/wav;codecs=opus"});
+        //下载文件到本地
         testDownload(blob)
         //准备上传
         const formData = new FormData()