From 670a9128307d7284f4b448487204b8ee0baf9e5a Mon Sep 17 00:00:00 2001 From: OBKoro1 <1677593011@qq.com> Date: Fri, 10 Jan 2020 17:01:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/autoCommit.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/autoCommit.html b/src/views/autoCommit.html index 09736b1..fd882c7 100644 --- a/src/views/autoCommit.html +++ b/src/views/autoCommit.html @@ -96,7 +96,7 @@ 开始commit 新增日期范围 - 取消commit + 取消commit 清空日志 @@ -293,9 +293,9 @@ this.acceptLogFn(data) }else if(command === 'isProduction'){ // 调试模式 查看通信 - this.isProduction = data + this.isProduction = true } - if(!this.isProduction && false){ + if(!this.isProduction){ this.logDebug(command, data) } }