From 6a5fb9d5e41b8094ea527bc0c9d00993de2a2f66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= <2498601771@qq.com> Date: Mon, 11 Mar 2024 16:34:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=E5=90=8E=E9=A6=96=E6=AC=A1=E7=82=B9=E5=87=BB=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E8=BD=B4=E6=B2=A1=E6=9C=89=E8=B0=83=E7=94=A8=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/location/Index.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/views/location/Index.vue b/src/views/location/Index.vue index 167d7275..e1868490 100644 --- a/src/views/location/Index.vue +++ b/src/views/location/Index.vue @@ -1398,14 +1398,12 @@ export default { this.initDropdownList(curVal) }, mapTimeLineChange (timeFilter) { - console.log('时间轴改变', timeFilter) this.minuteTimeFilter = { startTime: getSecond(timeFilter.startTime), endTime: getSecond(timeFilter.endTime) } }, async minuteTimeFilterChange () { - console.log('change点击') // 避免初始化时请求,造成人的图标会闪一下 if (this.initFlag) { this.initFlag = false @@ -1415,7 +1413,6 @@ export default { }) this.humanMarkers = [] } - const mapFollowedSubscriberData = await this.queryMapFollowedSubscriber() if (mapFollowedSubscriberData.length > 0) { this.renderMarker(mapFollowedSubscriberData, this.tooltipType.human) @@ -1472,7 +1469,6 @@ export default { }, // 时间轴改变时,重新查询人marker async minuteTimeFilter (n) { - console.log('嗯哼?', n) this.debounceFunc?.() }, // 切换追踪的用户