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.
pingAnQiYeWeb/public/static/config.js

22 lines
654 B

7 months ago
window.$mapCfg = {
5 months ago
mapType: "online", //在线; offline:离线
7 months ago
lgt: "", //经度
lat: "", //纬度
7 months ago
center: [121.619992, 30.025703],
7 months ago
zoom: 12,
6 months ago
minZoom: 12,
maxZoom: 13,
tiles_path: "",
7 months ago
tiles_hybrid: "", //卫星瓦片图的地址,为空默认在 offlinemap/tiles_hybrid/ 目录
tiles_self: "", //自定义图层的地址,为空默认在 offlinemap/tiles_self/ 目录
};
window.$SYSTEMCONFIG = {
6 months ago
SYS_NAME: "镇海平安企业(园区)", //"镇海平安企业(园区)", //系统名称
7 months ago
};
window.$SERVICE = {
5 months ago
BASEURL:"http://121.41.91.94:8080/zhapi"
6 months ago
//BASEURL: "http://1.94.45.26:10006/zhapi", //后端服务地址
7 months ago
};