From 281f95ffef4cbd8cd1d5c3460c49e4887c3d0dc4 Mon Sep 17 00:00:00 2001 From: wisonic-s <51065359+wisonic-s@users.noreply.github.com> Date: Thu, 27 Mar 2025 16:25:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E6=A0=B7=E5=BC=8F=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/js/panel/common/common_antv.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts b/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts index 6227c856e5..30b1485032 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/common/common_antv.ts @@ -37,7 +37,7 @@ import { defaults, find } from 'lodash-es' import { useI18n } from '@/hooks/web/useI18n' const { t: tI18n } = useI18n() import { isMobile } from '@/utils/utils' -import { GaodeMap, Map, TMap } from '@antv/l7-maps' +import { GaodeMap, TMap } from '@antv/l7-maps' import { gaodeMapStyleOptions, tdtMapStyleOptions