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 = "巡防大队" }