From a201afc58e36cc764f05079da7b60466c5601e40 Mon Sep 17 00:00:00 2001 From: yangzongjia Date: Tue, 27 Jun 2023 17:40:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8E=89console?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/components/HomeMap.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/dashboard/components/HomeMap.vue b/src/views/dashboard/components/HomeMap.vue index 5a807d1..fcd9713 100644 --- a/src/views/dashboard/components/HomeMap.vue +++ b/src/views/dashboard/components/HomeMap.vue @@ -440,7 +440,7 @@ export default { window.onresize = myChart.resize myChart.showLoading() var option = {} - console.log(JSON.stringify(this.countyData)) + // console.log(JSON.stringify(this.countyData)) this.countyData = [ { 'name': '北京市', 'value': '10', 'county': { 'title': '北京市', 'carCount': '0' } }, { 'name': '甘肃省', 'value': '50', 'county': { 'title': '甘肃省', 'carCount': '0' } }, @@ -497,7 +497,6 @@ export default { trigger: 'item', backgroundColor: '#242429cc', formatter: function (params) { - console.log(params) if (params.componentType == "series") { return ( params.name +