diff --git a/src/components/v-echars/index.vue b/src/components/v-echars/index.vue
index 1d979de..ba2034a 100644
--- a/src/components/v-echars/index.vue
+++ b/src/components/v-echars/index.vue
@@ -35,7 +35,6 @@ export default {
this.myChart.setOption(val);
}
this.myChart.on('click', (params) => {
- console.log(params);
if(params.componentSubType === 'bar') {
let obj = {
axisValueLabel: params.name,
diff --git a/src/views/EventInsight/industryTOPHE/index.vue b/src/views/EventInsight/industryTOPHE/index.vue
index 74ff283..8f8f7ed 100644
--- a/src/views/EventInsight/industryTOPHE/index.vue
+++ b/src/views/EventInsight/industryTOPHE/index.vue
@@ -17,7 +17,7 @@