gis-map-universal 0.5.0 → 0.5.1

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 +2 -1
  2. package/package.json +1 -1
package/gismap.umd.js CHANGED
@@ -567072,7 +567072,8 @@ var component_LatlonPick_component = normalizeComponent(
567072
567072
 
567073
567073
  const requestLayers_service = lib_axios.create({
567074
567074
  // baseURL: "http://192.168.3.135:9062",
567075
- baseURL: "http://192.168.6.12:9062",
567075
+ // baseURL: "http://192.168.6.12:9062",
567076
+ baseURL: "http://192.168.162.5:9062",
567076
567077
  timeout: 15000,
567077
567078
  });
567078
567079
 
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.1",
4
4
  "description": "GIS通用组件",
5
5
  "main": "gismap.umd.js",
6
6
  "private": false,