1
0
tangning преди 9 месеца
родител
ревизия
9edc8c1059
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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';
   // 设置下载地址