From 74df96ec0c0a002049b917cfbaab5f11f1325779 Mon Sep 17 00:00:00 2001 From: BoBoooooo <17746714@qq.com> Date: Fri, 25 Dec 2020 11:34:46 +0800 Subject: [PATCH] perf(App): remove console.log --- src/App.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 111761f..a15ffaa 100644 --- a/src/App.vue +++ b/src/App.vue @@ -35,7 +35,6 @@ export default class App extends Vue { if (this.config.clientTimeOut && +this.config.clientTimeOut !== 0) { // 全局计时器判断客户端是否长时间未操作,需要可以开启 this.initTimeOutWatcher(); - console.log(this.config); } }