Skip to content

Commit b6abf9e

Browse files
committed
【update】更新示例服务器和token review by liqian
1 parent c6ccab1 commit b6abf9e

File tree

61 files changed

+103
-97
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+103
-97
lines changed

dist/classic/iclient-classic-es6.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* iclient-classic.(http://iclient.supermap.io)
44
* Copyright© 2000 - 2019 SuperMap Software Co.Ltd
55
* license: Apache-2.0
6-
* version: v10.0.0-alpha
6+
* version: v10.0.0-beta
77
*
88
*/
99
/******/ (function(modules) { // webpackBootstrap

dist/classic/iclient-classic-es6.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/classic/iclient-classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* iclient-classic.(http://iclient.supermap.io)
44
* Copyright© 2000 - 2019 SuperMap Software Co.Ltd
55
* license: Apache-2.0
6-
* version: v10.0.0-alpha
6+
* version: v10.0.0-beta
77
*
88
*/
99
/******/ (function(modules) { // webpackBootstrap

dist/classic/iclient-classic.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/leaflet/iclient9-leaflet-es6.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* iclient9-leaflet.(http://iclient.supermap.io)
44
* Copyright© 2000 - 2019 SuperMap Software Co.Ltd
55
* license: Apache-2.0
6-
* version: v10.0.0-alpha
6+
* version: v10.0.0-beta
77
*
88
*/
99
/******/ (function(modules) { // webpackBootstrap
@@ -16237,7 +16237,7 @@ class iPortal_IPortal extends iPortalServiceBase_IPortalServiceBase {
1623716237
mapsUrl = this.iportalUrl + "/web/maps";
1623816238
}
1623916239
return this.request("GET", mapsUrl, queryParams).then(function(result) {
16240-
var mapRetult = {};
16240+
var mapRetult = {content:[]};
1624116241
var maps = [];
1624216242
if (result.content && result.content.length > 0) {
1624316243
result.content.map(function(mapJsonObj) {
@@ -16249,8 +16249,8 @@ class iPortal_IPortal extends iPortalServiceBase_IPortalServiceBase {
1624916249
mapRetult.pageSize = result.pageSize;
1625016250
mapRetult.total = result.total;
1625116251
mapRetult.totalPage = result.totalPage;
16252-
return mapRetult;
1625316252
}
16253+
return mapRetult;
1625416254
});
1625516255
}
1625616256
}

dist/leaflet/iclient9-leaflet-es6.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/leaflet/iclient9-leaflet.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/leaflet/iclient9-leaflet.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* iclient9-leaflet.(http://iclient.supermap.io)
44
* Copyright© 2000 - 2019 SuperMap Software Co.Ltd
55
* license: Apache-2.0
6-
* version: v10.0.0-alpha
6+
* version: v10.0.0-beta
77
*
88
*/
99
/******/ (function(modules) { // webpackBootstrap
@@ -107443,7 +107443,7 @@ var IPortal = exports.IPortal = function (_IPortalServiceBase) {
107443107443
mapsUrl = this.iportalUrl + "/web/maps";
107444107444
}
107445107445
return this.request("GET", mapsUrl, queryParams).then(function (result) {
107446-
var mapRetult = {};
107446+
var mapRetult = { content: [] };
107447107447
var maps = [];
107448107448
if (result.content && result.content.length > 0) {
107449107449
result.content.map(function (mapJsonObj) {
@@ -107455,8 +107455,8 @@ var IPortal = exports.IPortal = function (_IPortalServiceBase) {
107455107455
mapRetult.pageSize = result.pageSize;
107456107456
mapRetult.total = result.total;
107457107457
mapRetult.totalPage = result.totalPage;
107458-
return mapRetult;
107459107458
}
107459+
return mapRetult;
107460107460
});
107461107461
}
107462107462
}]);

dist/leaflet/iclient9-leaflet.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/leaflet/iclient9-leaflet.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mapboxgl/iclient9-mapboxgl-es6.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* iclient9-mapboxgl.(http://iclient.supermap.io)
44
* Copyright© 2000 - 2019 SuperMap Software Co.Ltd
55
* license: Apache-2.0
6-
* version: v10.0.0-alpha
6+
* version: v10.0.0-beta
77
*
88
*/
99
/******/ (function(modules) { // webpackBootstrap
@@ -13246,7 +13246,7 @@ class iPortal_IPortal extends iPortalServiceBase_IPortalServiceBase {
1324613246
mapsUrl = this.iportalUrl + "/web/maps";
1324713247
}
1324813248
return this.request("GET", mapsUrl, queryParams).then(function(result) {
13249-
var mapRetult = {};
13249+
var mapRetult = {content:[]};
1325013250
var maps = [];
1325113251
if (result.content && result.content.length > 0) {
1325213252
result.content.map(function(mapJsonObj) {
@@ -13258,8 +13258,8 @@ class iPortal_IPortal extends iPortalServiceBase_IPortalServiceBase {
1325813258
mapRetult.pageSize = result.pageSize;
1325913259
mapRetult.total = result.total;
1326013260
mapRetult.totalPage = result.totalPage;
13261-
return mapRetult;
1326213261
}
13262+
return mapRetult;
1326313263
});
1326413264
}
1326513265
}

0 commit comments

Comments
 (0)