From 8d036f4cb96533f42bbbb33695b0993b17255d6d Mon Sep 17 00:00:00 2001 From: lijingqi <1437862981@qq.com> Date: Thu, 23 Jan 2025 09:32:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E8=B7=AF=E5=BE=84=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/NewHome/MapCantainer/DistrictMap/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/NewHome/MapCantainer/DistrictMap/index.tsx b/src/pages/NewHome/MapCantainer/DistrictMap/index.tsx index f40d78e1..da5d5b97 100644 --- a/src/pages/NewHome/MapCantainer/DistrictMap/index.tsx +++ b/src/pages/NewHome/MapCantainer/DistrictMap/index.tsx @@ -26,6 +26,7 @@ import RiskIssue from '../RiskIssue'; import styles from './index.less'; import PopoverCard from './PopoverCard'; import BaseInfo from '@/pages/SecurityServiceOverview/components/BaseInfo'; +import { joinPictureHttp } from '@/utils/comm'; export const colorConfig: Record< string, { @@ -325,7 +326,8 @@ const DistrictMap: React.FC = () => { }} > -- GitLab