派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-03-25 359106404e2a8956d3461dc49fb1aa605af3cf89
Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop
3个文件已修改
6 ■■■■ 已修改文件
src/conf/LayerSewers.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/conf/LayerWasteWater.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/conf/MapConfig.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/conf/LayerSewers.js
@@ -1,4 +1,4 @@
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 = {
src/conf/LayerWasteWater.js
@@ -2,7 +2,7 @@
 * 废水图层
 * @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: '废水',
src/conf/MapConfig.js
@@ -9,7 +9,7 @@
// 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 // 公司发布的地图服务,用于测试的地址