first commit
This commit is contained in:
parent
6c974ff83c
commit
d304ca5365
|
@ -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 = "巡防大队"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue