Browse Source

删了console.log

Luolei1992 5 năm trước cách đây
mục cha
commit
6ff980eaa4
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/utils/tools.js

+ 0 - 1
src/utils/tools.js

@@ -210,7 +210,6 @@ function scrollToV(e){
 }
 
 function trimDots(str){
-  console.log(str)
   return str.replace(/[,,.。::"“??”;;、!!]+/g,function(word){
     return word.substr(0,1);
   }).replace(/^[,,.。::"“??”;;、!!\s]+/,'');