Explorar el Código

fix:去掉初次日志打印

magic v hace 4 años
padre
commit
f672f5499b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/pages/Manager/mixins/attribute.js

+ 0 - 1
src/pages/Manager/mixins/attribute.js

@@ -220,7 +220,6 @@ export default {
     }
   },
   created() {
-    console.log(this.regexp)
     document.documentElement.addEventListener('keyup', this.onKeyup)
   },
   destoryed () {