ソースを参照

提交

newStyle
douzhuo 2年前
コミット
417eaec170
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,
});


読み込み中…
キャンセル
保存