浏览代码

fix:去掉初次日志打印

magic v 4 年之前
父节点
当前提交
f672f5499b
共有 1 个文件被更改,包括 0 次插入1 次删除
  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 () {