first commit

This commit is contained in:
wang_yp 2025-02-14 13:31:14 +08:00
parent 6c974ff83c
commit d304ca5365
1 changed files with 1 additions and 3 deletions

View File

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