congzc 1年前
コミット
a831d71d33
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      src/views/videoDownload/videoDownload.vue

+ 1
- 0
src/views/videoDownload/videoDownload.vue ファイルの表示

@@ -160,6 +160,7 @@ export default {
})
.then(async res => {
console.log(res, 'AccessTokenAccessToken');
that.downloadFun(res, that.title);
});
// console.log(videoData);



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