Skip to content

Commit 33d95c9

Browse files
committed
【example】示例
1 parent 30ba764 commit 33d95c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/js/tokengenerator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
window.exampleToken = "PisX2NS9DsMKnnNzs6lg5WzjwZqvH2zXcizVYuBG0L0MvPrnBafdbATturwemCbsdUMHvIfItEBVCAcgubl-UNDHMsJU_XJWanQN65xaOUj_xMCsSTkKn26WFWLgvKBy";
2-
window.iportalToken ="faNfcKfyA5d0Um7GWybd0bH-ob9F-uqBIUzJG2mQ6RUyf47tY0v4jjkHrM8fTGiyFtXtdLWBzngHgGuX2hU8Qn2oig.."
2+
window.iportalToken ="-zB-JHDrzfSPdFedHkASLYkAatScvCxaJJlvphw5tMwRZtDyhhZ7Bv2tTXrT3l1sryYfZjOSArL3aPYm3Q2Ud7Y5ZA.."
33
window.iportalKey ="S3XYMe6UVH3rWPNbM979PybI"

examples/leaflet/iPortalSecurity.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ <h4 data-i18n="resources.title_iPortalSecurity"></h4>
247247
//SuperMap.Support.cors = false;
248248
$(document).ready(function () {
249249
$("#loginUrl_iportal").val("http://localhost:8090/iportal");
250-
$("#tokenServiceUrl_iportal").val("https://iportal.supermap.io/iportal/web/services/925052030");
250+
$("#tokenServiceUrl_iportal").val("https://iportal.supermap.io/iportal/web/services/1850990365");
251251
$("#token_iportal").val(window.iportalToken);
252252

253253
$("#serviceUrl_iportal").val("https://iportal.supermap.io/portalproxy/rz0fn8kv/iserver/services/map-ChinaProvinces/rest/maps/ChinaProvinces");

examples/openlayers/iPortalSecurity.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ <h4 data-i18n="resources.title_iPortalSecurity"></h4>
246246
//SuperMap.Support.cors = false;
247247
$(document).ready(function () {
248248
$("#loginUrl_iportal").val("http://localhost:8090/iportal");
249-
$("#tokenServiceUrl_iportal").val("https://iportal.supermap.io/iportal/web/services/925052030");
249+
$("#tokenServiceUrl_iportal").val("https://iportal.supermap.io/iportal/web/services/1850990365");
250250
$("#token_iportal").val(window.iportalToken);
251251

252252
$("#serviceUrl_iportal").val("https://iportal.supermap.io/portalproxy/rz0fn8kv/iserver/services/map-ChinaProvinces/rest/maps/ChinaProvinces");

0 commit comments

Comments
 (0)