tangning 7 tháng trước cách đây
mục cha
commit
9edc8c1059
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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';
   // 设置下载地址