mirror of
https://github.com/OBKoro1/autoCommit.git
synced 2024-11-22 18:39:26 +08:00
关闭调试
This commit is contained in:
parent
a68c54eca1
commit
670a912830
@ -96,7 +96,7 @@
|
|||||||
<el-form-item>
|
<el-form-item>
|
||||||
<el-button type="primary" @click="submitForm('form')" :disabled="(runNow === 4 || runNow === 1) && runNow !== 0">开始commit</el-button>
|
<el-button type="primary" @click="submitForm('form')" :disabled="(runNow === 4 || runNow === 1) && runNow !== 0">开始commit</el-button>
|
||||||
<el-button @click="addTimeRange" :disabled="runNow === 1 || runNow === 4">新增日期范围</el-button>
|
<el-button @click="addTimeRange" :disabled="runNow === 1 || runNow === 4">新增日期范围</el-button>
|
||||||
<el-button @click="reset" :disabled="runNow !== 1 || runNow !== 4">取消commit</el-button>
|
<el-button @click="reset" :disabled="runNow !== 1 && runNow !== 4">取消commit</el-button>
|
||||||
<el-button @click="clearLog" :disabled="showText.logStr === ''">清空日志</el-button>
|
<el-button @click="clearLog" :disabled="showText.logStr === ''">清空日志</el-button>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
@ -293,9 +293,9 @@
|
|||||||
this.acceptLogFn(data)
|
this.acceptLogFn(data)
|
||||||
}else if(command === 'isProduction'){
|
}else if(command === 'isProduction'){
|
||||||
// 调试模式 查看通信
|
// 调试模式 查看通信
|
||||||
this.isProduction = data
|
this.isProduction = true
|
||||||
}
|
}
|
||||||
if(!this.isProduction && false){
|
if(!this.isProduction){
|
||||||
this.logDebug(command, data)
|
this.logDebug(command, data)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user