From 6bed4165b194357d621812ecf3eee3605e52b611 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Fri, 9 Oct 2020 13:41:10 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E5=88=A0=E9=99=A4=E5=A4=9A?= =?UTF-8?q?=E4=BD=99console?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/exportXLSX.vue | 1 - .../src/components/common/project/popData/lineChart.vue | 2 -- 2 files changed, 3 deletions(-) diff --git a/nezha-fronted/src/components/common/exportXLSX.vue b/nezha-fronted/src/components/common/exportXLSX.vue index c619b5d01..9258125aa 100644 --- a/nezha-fronted/src/components/common/exportXLSX.vue +++ b/nezha-fronted/src/components/common/exportXLSX.vue @@ -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; diff --git a/nezha-fronted/src/components/common/project/popData/lineChart.vue b/nezha-fronted/src/components/common/project/popData/lineChart.vue index c38557cd3..b42becc8b 100644 --- a/nezha-fronted/src/components/common/project/popData/lineChart.vue +++ b/nezha-fronted/src/components/common/project/popData/lineChart.vue @@ -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,