|
|
@@ -2425,7 +2425,7 @@ export default { |
|
|
|
download() { |
|
|
|
console.log(this.recordPath); |
|
|
|
saveAs( |
|
|
|
`http://81.70.55.170:9999/autoSR/zk/file/filedownload?videoSrc=${this.recordPath}`, |
|
|
|
`http://39.97.244.65:9999/autoSR/zk/file/filedownload?videoSrc=${this.recordPath}`, |
|
|
|
"audio.mp3" |
|
|
|
); |
|
|
|
return; |
|
|
|