congzc 1 anno fa
parent
commit
a831d71d33
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      src/views/videoDownload/videoDownload.vue

+ 1
- 0
src/views/videoDownload/videoDownload.vue Vedi File

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



Caricamento…
Annulla
Salva