From a831d71d33334823982cf7219b09f5829028da98 Mon Sep 17 00:00:00 2001 From: congzc Date: Fri, 5 May 2023 17:20:17 +0800 Subject: [PATCH] 2 --- src/views/videoDownload/videoDownload.vue | 1 + 1 file changed, 1 insertion(+) 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);