diff --git a/src/views/videoDownload/videoDownload.vue b/src/views/videoDownload/videoDownload.vue index 10c3a08..ad3e746 100644 --- a/src/views/videoDownload/videoDownload.vue +++ b/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);