tangning 7 months ago
parent
commit
9edc8c1059
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/view/material/index.vue

+ 0 - 1
src/view/material/index.vue

@@ -256,7 +256,6 @@ function getExtension (name) {
 }
 // 下载文件
 function downloadFile(sourceUrl, fileName,) {
-      console.log("other", sourceUrl, fileName);
       const link = document.createElement('a');
   link.style.display = 'none';
   // 设置下载地址