cd-mapgis 1.1.22 → 1.1.23
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 +1 -1
- package/src/OM.js +1 -0
package/package.json
CHANGED
package/src/OM.js
CHANGED
|
@@ -264,6 +264,7 @@ export default class OM {
|
|
|
264
264
|
}
|
|
265
265
|
//再加载geoServer接口图层
|
|
266
266
|
let param = p.param ? p.param : {};
|
|
267
|
+
param.clientIp = OM.getIp(window.location.href);
|
|
267
268
|
let res = await OM.post("/map/getPushLayer", param);
|
|
268
269
|
if (res != null && res.data != null) {
|
|
269
270
|
let d = res.data;
|