Browse Source

222

master
congzc 1 year ago
parent
commit
fcd2713c6b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/videoDownload/videoDownload.vue

+ 1
- 1
src/views/videoDownload/videoDownload.vue View File

@@ -211,7 +211,7 @@ export default {
},
async downloadFun(blobFile, fileName) {
let blob = new Blob([blobFile], {
type: 'application/pdf;charset=UTF-8'
type: 'application/octet-stream;charset=UTF-8'
});
console.log(blob);
if (window.navigator.msSaveOrOpenBlob) {


Loading…
Cancel
Save