style:删除多余console

This commit is contained in:
zhangyu
2020-10-09 13:41:10 +08:00
parent a97454d34a
commit 6bed4165b1
2 changed files with 0 additions and 3 deletions

View File

@@ -426,7 +426,6 @@
if (chartSite === 'local') {
this.$nextTick(()=>{
setChart(this.chartIndex, echarts.init(ele));
console.log(123);
})
//chartId='lineChartArea';
}else if (chartSite === 'screen') {
@@ -435,7 +434,6 @@
}
var chartWidth = ele.clientWidth;
var chartHeight = ele.clientHeight;
console.log(ele.offsetHeight);
var title = {
show:false,
text: chartInfo.title || null,