gis-map-szdp 0.0.6 → 0.0.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gis-map-szdp",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "GIS通用组件 - Vue 3 版本",
5
5
  "main": "dist/gismap.umd.js",
6
6
  "module": "dist/gismap.es.js",
package/dist/envConfig.js DELETED
@@ -1,9 +0,0 @@
1
- const GlobalConfig = {
2
- baseURL: "http://192.168.6.12:9062", //测试环境
3
- DanaoURL: "http://serv-c.a.isdhsg.com",
4
- // baseURL: "http://192.168.162.5:9062", //正式环境
5
- // baseURL: "http://172.20.228.45:9062", //正式环境映射
6
- }
7
- export default {
8
- GlobalConfig
9
- }