jyt 2 년 전
부모
커밋
7b0a2a9a7a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      src/views/Receive/index.vue

+ 2
- 0
src/views/Receive/index.vue 파일 보기

@@ -1842,6 +1842,8 @@ export default {
//下载
download() {
console.log(this.recordPath);
saveAs(`http://81.70.55.170:9999/autoSR/zk/file/filedownload?videoSrc=${this.recordPath}`, "audio.mp3");
return
this.exportMethodPost("/autoSR/zk/file/filedownload", "接待详情", {
videoSrc: this.recordPath,
});


불러오는 중...
취소
저장