gis-map-universal 0.5.0 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/gismap.umd.js +4 -2
  2. package/package.json +1 -1
package/gismap.umd.js CHANGED
@@ -567071,8 +567071,10 @@ var component_LatlonPick_component = normalizeComponent(
567071
567071
  // CONCATENATED MODULE: ./packages/gisMapTianditu/src/js/requestLayers.js
567072
567072
 
567073
567073
  const requestLayers_service = lib_axios.create({
567074
- // baseURL: "http://192.168.3.135:9062",
567075
- baseURL: "http://192.168.6.12:9062",
567074
+ // baseURL: "http://192.168.3.135:9062", //本地
567075
+ // baseURL: "http://192.168.6.12:9062", //测试环境
567076
+ // baseURL: "http://192.168.162.5:9062", //正式环境
567077
+ baseURL: "http://172.20.228.45:9062", //正式环境外网映射
567076
567078
  timeout: 15000,
567077
567079
  });
567078
567080
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gis-map-universal",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "description": "GIS通用组件",
5
5
  "main": "gismap.umd.js",
6
6
  "private": false,