You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
562 B
20 lines
562 B
window.$mapCfg = {
|
|
lgt: "", //经度
|
|
lat: "", //纬度
|
|
center: [121.619992, 30.025703],
|
|
zoom: 12,
|
|
minZoom: 12,
|
|
maxZoom: 13,
|
|
tiles_path: "",
|
|
tiles_hybrid: "", //卫星瓦片图的地址,为空默认在 offlinemap/tiles_hybrid/ 目录
|
|
tiles_self: "", //自定义图层的地址,为空默认在 offlinemap/tiles_self/ 目录
|
|
};
|
|
|
|
window.$SYSTEMCONFIG = {
|
|
SYS_NAME: "镇海平安企业(园区)", //"镇海平安企业(园区)", //系统名称
|
|
};
|
|
|
|
window.$SERVICE = {
|
|
BASEURL: "http://1.94.45.26:10006/zhapi", //后端服务地址
|
|
};
|