From d304ca5365a8b50ce007867ae737bb9a735850e9 Mon Sep 17 00:00:00 2001 From: wang_yp <357754663@qq.com> Date: Fri, 14 Feb 2025 13:31:14 +0800 Subject: [PATCH] first commit --- src/components/map/mapUtil.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/map/mapUtil.ts b/src/components/map/mapUtil.ts index de22268..f512ae4 100644 --- a/src/components/map/mapUtil.ts +++ b/src/components/map/mapUtil.ts @@ -1,10 +1,9 @@ import makers from "../../static/map-maker.png"; import makers1 from "../../static/map-maker1.png"; -import makers2 from "../../static/map-maker2.png"; interface makersInf { userIdentity: string, marker: any -} +} class MapUtl { static makerList: makersInf[] = []; static amap: any = null; @@ -23,7 +22,6 @@ class MapUtl { dep = "网格员" } if (users?.patrol_user === 1) { - mk = makers2 dep = "巡防大队" }