style:删除多余console
This commit is contained in:
@@ -289,7 +289,6 @@
|
||||
return num>9?num:'0'+num;
|
||||
},
|
||||
getParamsType(){
|
||||
console.log(this.$route);
|
||||
let path=this.$route.path;
|
||||
switch(path){
|
||||
case '/panel': this.paramsType='dashboard';break;
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user