Skip to content

Commit 6ebda98

Browse files
author
杜美瑶
committed
修改iportal资源页面默认根地址portalUrl
1 parent 6c74631 commit 6ebda98

23 files changed

+24
-24
lines changed

examples/leaflet/iPortalInsightsDetail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h3 data-i18n="resources.title_iPortalQueryInsight"></h3>
9999
<script type="text/javascript" src="../../dist/leaflet/include-leaflet.js"></script>
100100
<script>
101101
//iportal的URL地址 或根据情况添加自己的本地iportal地址:http://localhost:8091/iportal
102-
var iPortalUrl = "http://support.supermap.com.cn:8092";
102+
var iPortalUrl = "https://iportal.supermap.io/iportal";
103103
var theRequest = new Object();
104104
var url = location.search;
105105
if ( url.indexOf( "?" ) != -1 ) {

examples/leaflet/iPortalInsightsEdit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ <h4 data-i18n="resources.detail_iPortal_baseInfo"></h4>
213213
<script type="text/javascript" src="../../dist/leaflet/include-leaflet.js"></script>
214214
<script>
215215
//iportal的URL地址 或根据情况添加自己的本地iportal地址:http://localhost:8091/iportal
216-
var iPortalUrl = "http://support.supermap.com.cn:8092";
216+
var iPortalUrl = "https://iportal.supermap.io/iportal";
217217
//上传缩略图的名称
218218
var uploadFileName;
219219
//获取某个洞察资源的id

examples/leaflet/iPortalQueryInsights.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ <h4 data-i18n="resources.title_iPortalQueryInsights1"></h4>
155155
<script type="text/javascript" src="../../dist/leaflet/include-leaflet.js"></script>
156156
<script>
157157
//iportal的URL地址 或根据情况添加自己的本地iportal地址:http://localhost:8091/iportal
158-
var iPortalUrl = "http://support.supermap.com.cn:8092";
158+
var iPortalUrl = "https://iportal.supermap.io/iportal";
159159
//默认请求的参数
160160
var insightsCurrentPage = 1;//默认请求第一页
161161
var insightsPageSize = 9;//每一页显示9条Insights信息

examples/leaflet/iPortalQueryMapdashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h4 data-i18n="resources.title_iPortalQueryMapdashboards2"></h4>
7878
<script type="text/javascript" src="../../dist/leaflet/include-leaflet.js"></script>
7979
<script>
8080
let mapdashboardId = location.search.split("=")[1];
81-
let iportalUrl = "http://support.supermap.com.cn:8092";
81+
let iportalUrl = "https://iportal.supermap.io/iportal";
8282
var iPortal = new SuperMap.iPortal(iportalUrl);
8383

8484
// 全局变量,单个大屏类

examples/leaflet/iPortalQueryMapdashboards.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ <h4 data-i18n="resources.title_iPortalQueryMapdashboards1"></h4>
148148
<script type="text/javascript" src="../../dist/leaflet/include-leaflet.js"></script>
149149
<script>
150150
//iportal的URL地址 或根据情况添加自己的本地iportal地址:http://localhost:8091/iportal
151-
var iPortalUrl = "http://support.supermap.com.cn:8092";
151+
var iPortalUrl = "https://iportal.supermap.io/iportal";
152152
//默认请求的参数
153153
var mapdashboardsCurrentPage = 1;//默认请求第一页
154154
var mapdashboardsPageSize = 9;//每一页显示9条Mapdashboard信息

examples/leaflet/iPortalQueryMaps.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ <h4 data-i18n="resources.title_iPortalQueryMaps1"></h4>
148148
<script type="text/javascript" src="../../dist/leaflet/include-leaflet.js"></script>
149149
<script>
150150
//iportal的URL地址 或根据情况添加自己的本地iportal地址:http://localhost:8091/iportal
151-
var iPortalUrl = "http://support.supermap.com.cn:8092";
151+
var iPortalUrl = "https://iportal.supermap.io/iportal";
152152
//默认请求的参数
153153
var mapsCurrentPage = 1;//默认请求第一页
154154
var mapsPageSize = 9;//每一页显示9条Map信息

examples/leaflet/iPortalQueryResources.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ <h5 class='panel-title text-center' data-i18n="resources.title_iPortalQueryResou
157157
<div class="row" id="resourcesList">
158158
<!--单个资源数据的可视化承载DIV 添加在此位置中-->
159159
</div>
160-
<!--分页切换列表-->
160+
<!--分页切换列表-->
161161
<div class="row">
162162
<div class="col-md-12">
163163
<div class="ip-toolbar-footer" id="resourcesListPaging">
@@ -178,7 +178,7 @@ <h5 class='panel-title text-center' data-i18n="resources.title_iPortalQueryResou
178178
<script type="text/javascript" src="../../dist/leaflet/include-leaflet.js"></script>
179179
<script>
180180
//iportal的URL地址 或根据情况添加自己的本地iportal地址:http://localhost:8190/iportal
181-
var iPortalUrl = "https://iptl.supermap.io/iportal";
181+
var iPortalUrl = "https://iportal.supermap.io/iportal";
182182
//默认请求的参数
183183
var resourceCurrentPage = 1;//默认请求第一页
184184
var resourcePageSize = 12;//每一页显示9条资源信息

examples/leaflet/iPortalQueryScenes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ <h4 data-i18n="resources.title_iPortalQueryScenes1"></h4>
154154
<script type="text/javascript" src="../../dist/leaflet/include-leaflet.js"></script>
155155
<script>
156156
//iportal的URL地址 或根据情况添加自己的本地iportal地址:http://localhost:8091/iportal
157-
var iPortalUrl = "http://support.supermap.com.cn:8092";
157+
var iPortalUrl = "https://iportal.supermap.io/iportal";
158158
//默认请求的参数
159159
var scenesCurrentPage = 1;//默认请求第一页
160160
var scenesPageSize = 9;//每一页显示9条Scene信息

examples/leaflet/iPortalQueryService.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h4 data-i18n="resources.title_iPortalQueryServices2"></h4>
8181
<script type="text/javascript" src="../../dist/leaflet/include-leaflet.js"></script>
8282
<script>
8383
let serviceId = location.search.split("=")[1];
84-
let iportalUrl = "http://support.supermap.com.cn:8092";
84+
let iportalUrl = "https://iportal.supermap.io/iportal";
8585
var iPortal = new SuperMap.iPortal(iportalUrl);
8686

8787
// 全局变量,单个服务类

examples/leaflet/iPortalQueryServices.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ <h4 data-i18n="resources.title_iPortalQueryServices1"></h4>
148148
<script type="text/javascript" src="../../dist/leaflet/include-leaflet.js"></script>
149149
<script>
150150
//iportal的URL地址 或根据情况添加自己的本地iportal地址:http://localhost:8091/iportal
151-
var iPortalUrl = "http://support.supermap.com.cn:8092";
151+
var iPortalUrl = "https://iportal.supermap.io/iportal";
152152
//默认请求的参数
153153
var servicesCurrentPage = 1;//默认请求第一页
154154
var servicesPageSize = 9;//每一页显示9条Service信息

0 commit comments

Comments
 (0)