Browse Source

5月小需求 BUG 修复

zhengjinyi 4 năm trước cách đây
mục cha
commit
436bc4dfb4
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/main/resources/static/js/flea-market/form.js

+ 0 - 1
src/main/resources/static/js/flea-market/form.js

@@ -207,7 +207,6 @@ var fleaMarketForm = new Vue({
             var newfilename = file.name;
             //截取
             var fixFile = newfilename.substr(newfilename.lastIndexOf('.'));
-            console.log(fixFile);
             //统一转成小写
             var lowFixFile = fixFile.toLowerCase();
             if ( lowFixFile != '.pdf' ){ //限制了文件类型