From f63c6fff5e77374b699c69ac08abbad3dab1d147 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Wed, 16 Apr 2025 18:52:15 +0800
Subject: [PATCH] feat:更新事件概况和智引即飞

---
 src/hooks/useMapAggregation/useMapAggregation.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/hooks/useMapAggregation/useMapAggregation.js b/src/hooks/useMapAggregation/useMapAggregation.js
index b3316d1..9c4d32d 100644
--- a/src/hooks/useMapAggregation/useMapAggregation.js
+++ b/src/hooks/useMapAggregation/useMapAggregation.js
@@ -183,7 +183,6 @@
     eventList = []
     if (!areaCode) return
     saveParams.area_code = areaCode
-    console.log(type, '444')
     const list = type === 'device' ? await getDeviceCount(areaCode) : await getMapEventCount(saveParams)
     const splashedList = type === 'device'
       ? await getDeviceList(areaCode)

--
Gitblit v1.9.3