fix: 去除console.log和console.info打印

This commit is contained in:
@changcode
2021-06-21 16:47:37 +08:00
parent ff61414831
commit 0bf5ae0a0d
2 changed files with 2 additions and 2 deletions

View File

@@ -787,7 +787,7 @@ export default {
},
// chartSite用于区分是全屏显示还是局部显示
initChart (chartInfo, dataArg, ele, legend) {
console.log(123123132)
// console.log(123123132)
const self = this
let minTime = null
let maxTime = null