forked from drone/command-center-dashboard

chenyao
2025-04-16 8fb1dfa2f1f6e5efa43f2866c1ce86956c481387
feat: 去除注释
1 files modified
1 ■■■■ changed files
src/hooks/useMapAggregation/useMapAggregation.js 1 ●●●● patch | view | raw | blame | history
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)