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

14 lines
439 B

7 months ago
window.$mapCfg = {
7 months ago
lgt: "", //经度
lat: "", //纬度
7 months ago
center: [121.619992, 30.025703],
7 months ago
zoom: 12,
7 months ago
tiles_path: "http://172.18.113.50:8118",
tiles_hybrid: "", //卫星瓦片图的地址,为空默认在 offlinemap/tiles_hybrid/ 目录
tiles_self: "", //自定义图层的地址,为空默认在 offlinemap/tiles_self/ 目录
};
window.$SYSTEMCONFIG = {
7 months ago
SYS_NAME: 'vue'//"镇海平安企业(园区)", //系统名称
7 months ago
};