Ver código fonte

删了console.log

Luolei1992 5 anos atrás
pai
commit
6ff980eaa4
1 arquivos alterados com 0 adições e 1 exclusões
  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]+/,'');