派生自 wuyushui/SewerAndRainNetwork

YANGDL
2021-03-02 097014b817c426b5848bfb3ee7d9cb2cba371f32
src/conf/MapConfig.js
@@ -7,8 +7,8 @@
const HOST_URL = curWwwPath.substring(0, pos)
// service主机配置
const APP_GIS_HOST = 'http://xearth.cn:6299'
// const APP_GIS_HOST_PIPELINE = 'http://xearth.cn:6289'
// const APP_GIS_HOST = 'http://xearth.cn:6299'
const APP_GIS_HOST = 'http://xearth.cn:6289'
// 自定义主机配置
const BLUEMAP_HOST = APP_GIS_HOST // 公司发布的地图服务,用于测试的地址
@@ -27,7 +27,8 @@
  inertia: true,
  zoomControl: false,
  attributionControl: false,
  editable: true
  editable: true,
  preferCanvas: true
}
const mapConfig = {