Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop
| | |
| | | const APP_GIS_HOST_2 = 'http://xearth.cn:6289' |
| | | const APP_GIS_HOST_2 = 'http://xearth.cn:8088' |
| | | // const APP_GIS_HOST_2 = 'http://localhost:3000' |
| | | // const APP_GIS_HOST_2 = 'http://192.168.31.226:8088' |
| | | export const LayerSewersLine = { |
| | |
| | | * 废水图层 |
| | | * @type {string} |
| | | */ |
| | | const APP_GIS_HOST_2 = 'http://xearth.cn:6289' |
| | | const APP_GIS_HOST_2 = 'http://xearth.cn:8088' |
| | | export const LayerWasteWater = { |
| | | code: 'pipeline', |
| | | name: '废水', |
| | |
| | | |
| | | // service主机配置 |
| | | // const APP_GIS_HOST = 'http://xearth.cn:6299' |
| | | const APP_GIS_HOST = 'http://xearth.cn:6289' |
| | | const APP_GIS_HOST = 'http://xearth.cn:8088' |
| | | |
| | | // 自定义主机配置 |
| | | const BLUEMAP_HOST = APP_GIS_HOST // 公司发布的地图服务,用于测试的地址 |