From 417eaec170794701cc1d2a70ceb8261581cf5256 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Thu, 26 May 2022 13:58:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Receive/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/Receive/index.vue b/src/views/Receive/index.vue index d2462e3..5f02fbe 100644 --- a/src/views/Receive/index.vue +++ b/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, });