From fdf4935fb2e02af24adcac48217acaf96261fc2c Mon Sep 17 00:00:00 2001 From: xiaozhiyong Date: Wed, 29 Nov 2023 18:12:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BagStation/pages/overviewMap/overviewMap.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BagStation/pages/overviewMap/overviewMap.vue b/BagStation/pages/overviewMap/overviewMap.vue index fc6688a..87525ae 100644 --- a/BagStation/pages/overviewMap/overviewMap.vue +++ b/BagStation/pages/overviewMap/overviewMap.vue @@ -212,7 +212,7 @@ // list.length = 100; this.markers = this.locationProcessing(res.data); this.spareMarkers = JSON.parse(JSON.stringify(this.markers)); - console.log(this.spareMarkers, '////////////////////////') + // console.log(this.spareMarkers, '////////////////////////') // markersArray.forEach((item,index)=>{ // }) @@ -363,8 +363,8 @@ }, mapUpdated(e) { let that = this - console.log('%c 更新', 'font-size:50px;color:red'); - console.log(e, '*****************************************') + // console.log('%c 更新', 'font-size:50px;color:red'); + // console.log(e, '*****************************************') // that.mapContext.getScale({ // success: function(e) { // // that.$nextTick(function() {