Selaa lähdekoodia

删了console.log

Luolei1992 5 vuotta sitten
vanhempi
commit
6ff980eaa4
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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]+/,'');