first commit
This commit is contained in:
parent
6c974ff83c
commit
d304ca5365
|
@ -1,10 +1,9 @@
|
||||||
import makers from "../../static/map-maker.png";
|
import makers from "../../static/map-maker.png";
|
||||||
import makers1 from "../../static/map-maker1.png";
|
import makers1 from "../../static/map-maker1.png";
|
||||||
import makers2 from "../../static/map-maker2.png";
|
|
||||||
interface makersInf {
|
interface makersInf {
|
||||||
userIdentity: string,
|
userIdentity: string,
|
||||||
marker: any
|
marker: any
|
||||||
}
|
}
|
||||||
class MapUtl {
|
class MapUtl {
|
||||||
static makerList: makersInf[] = [];
|
static makerList: makersInf[] = [];
|
||||||
static amap: any = null;
|
static amap: any = null;
|
||||||
|
@ -23,7 +22,6 @@ class MapUtl {
|
||||||
dep = "网格员"
|
dep = "网格员"
|
||||||
}
|
}
|
||||||
if (users?.patrol_user === 1) {
|
if (users?.patrol_user === 1) {
|
||||||
mk = makers2
|
|
||||||
dep = "巡防大队"
|
dep = "巡防大队"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue