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