Skip to content

Commit 0571783

Browse files
committed
【fix】sonar 更新iportal例子token review by qiwei
1 parent d896cd3 commit 0571783

16 files changed

+19
-25
lines changed

examples/leaflet/iPortalBatchAddResource.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h5 data-i18n="resources.title_share_setting"></h5>
102102
//iportal的URL地址 或根据情况添加自己的本地iportal地址:http://localhost:8091/iportal
103103
var iPortalUrl = "https://iportal.supermap.io/iportal";
104104
// iptl的admin1用户的token,模拟admin1用户登录状态
105-
var token = "MFEKl8kVmkvEDrDFcgnjoUF4o2VKXT1eZhKh7hU3tnJL1jPculOBmvCtA6Xfrw4KuAyxWj2OcUV1Aj3M41nSNQ..";
105+
var token = "MFEKl8kVmkvEDrDFcgnjodlPCudIO83mBSwvdjiUlWNnySGD-FCEyYEk4CsY2WnSCujfAs8HI0ZkSL6Vxa-njg..";
106106
//默认请求资源类型
107107
var resourceType = "MAP";
108108
//共享设置

examples/leaflet/iPortalPublishData.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h4 class="modal-title" id="myModalLabel" data-i18n="resources.text_publish_data
135135
<script>
136136
//iportal的URL地址 或根据情况添加自己的本地iportal地址:http://localhost:8190/iportal
137137
var iPortalUrl = "https://iportal.supermap.io/iportal";
138-
var token = "MFEKl8kVmkvEDrDFcgnjoUF4o2VKXT1eZhKh7hU3tnJL1jPculOBmvCtA6Xfrw4KuAyxWj2OcUV1Aj3M41nSNQ..";
138+
var token = "MFEKl8kVmkvEDrDFcgnjodlPCudIO83mBSwvdjiUlWNnySGD-FCEyYEk4CsY2WnSCujfAs8HI0ZkSL6Vxa-njg..";
139139
var queryParams = new SuperMap.iPortalQueryParam({
140140
resourceType: "DATA",
141141
pageSize: 12,

examples/leaflet/iPortalQueryMyResources.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ <h5 class='panel-title text-center' data-i18n="resources.title_iPortalQueryMyRes
247247
<script>
248248
//iportal的URL地址 或根据情况添加自己的本地iportal地址:http://localhost:8091/iportal
249249
var iPortalUrl = "https://iportal.supermap.io/iportal";
250-
var token = "MFEKl8kVmkvEDrDFcgnjoUF4o2VKXT1eZhKh7hU3tnJL1jPculOBmvCtA6Xfrw4KuAyxWj2OcUV1Aj3M41nSNQ..";
250+
var token = "MFEKl8kVmkvEDrDFcgnjodlPCudIO83mBSwvdjiUlWNnySGD-FCEyYEk4CsY2WnSCujfAs8HI0ZkSL6Vxa-njg..";
251251
//默认请求资源类型
252252
var resourceType = "MAP";
253253
//全局变量,承载请求后,一共有多少页数

examples/leaflet/iPortalRegisterData.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h5 data-i18n="resources.detail_iPortal_tags"></h5>
5353
<script>
5454
//iportal的URL地址 或根据情况添加自己的本地iportal地址:http://localhost:8190/iportal
5555
var iPortalUrl = "https://iportal.supermap.io/iportal";
56-
var token = "MFEKl8kVmkvEDrDFcgnjoUF4o2VKXT1eZhKh7hU3tnJL1jPculOBmvCtA6Xfrw4KuAyxWj2OcUV1Aj3M41nSNQ..";
56+
var token = "MFEKl8kVmkvEDrDFcgnjodlPCudIO83mBSwvdjiUlWNnySGD-FCEyYEk4CsY2WnSCujfAs8HI0ZkSL6Vxa-njg..";
5757
//数据类型
5858
var dataType;
5959

examples/leaflet/iPortalUploadData.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h5 data-i18n="resources.text_file_encoding"></h5>
9999
<script>
100100
//iportal的URL地址 或根据情况添加自己的本地iportal地址:http://localhost:8190/iportal
101101
var iPortalUrl = "https://iportal.supermap.io/iportal";
102-
var token = "MFEKl8kVmkvEDrDFcgnjoUF4o2VKXT1eZhKh7hU3tnJL1jPculOBmvCtA6Xfrw4KuAyxWj2OcUV1Aj3M41nSNQ..";
102+
var token = "ea1pS6sE6FkynpVnJ61_gHc2l6s8FIIR3inxGJCgJIYlNYMx9Km6TnC-58ifj-IP_0ESonuxrpI6ydGsBuU6BA..";
103103
//上传文件的一些变量(文件对象 文件格式 数据类型 上传的文件名称)
104104
var file,fileFormats,dataType,uploadDataFileName;
105105
//excel csv解析(回调重定向对象 x坐标区域 y坐标区域)

examples/openlayers/iPortalBatchAddResource.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h5 data-i18n="resources.title_share_setting"></h5>
102102
//iportal的URL地址 或根据情况添加自己的本地iportal地址:http://localhost:8091/iportal
103103
var iPortalUrl = "https://iportal.supermap.io/iportal";
104104
// iptl的admin1用户的token,模拟admin1用户登录状态
105-
var token = "MFEKl8kVmkvEDrDFcgnjoUF4o2VKXT1eZhKh7hU3tnJL1jPculOBmvCtA6Xfrw4KuAyxWj2OcUV1Aj3M41nSNQ..";
105+
var token = "MFEKl8kVmkvEDrDFcgnjodlPCudIO83mBSwvdjiUlWNnySGD-FCEyYEk4CsY2WnSCujfAs8HI0ZkSL6Vxa-njg..";
106106
//默认请求资源类型
107107
var resourceType = "MAP";
108108
//共享设置

examples/openlayers/iPortalPublishData.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h4 class="modal-title" id="myModalLabel" data-i18n="resources.text_publish_data
135135
<script>
136136
//iportal的URL地址 或根据情况添加自己的本地iportal地址:http://localhost:8190/iportal
137137
var iPortalUrl = "https://iportal.supermap.io/iportal";
138-
var token = "MFEKl8kVmkvEDrDFcgnjoUF4o2VKXT1eZhKh7hU3tnJL1jPculOBmvCtA6Xfrw4KuAyxWj2OcUV1Aj3M41nSNQ..";
138+
var token = "MFEKl8kVmkvEDrDFcgnjodlPCudIO83mBSwvdjiUlWNnySGD-FCEyYEk4CsY2WnSCujfAs8HI0ZkSL6Vxa-njg..";
139139
var queryParams = new SuperMap.iPortalQueryParam({
140140
resourceType: "DATA",
141141
pageSize: 12,

examples/openlayers/iPortalQueryMyResources.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ <h5 class='panel-title text-center' data-i18n="resources.title_iPortalQueryMyRes
247247
<script>
248248
//iportal的URL地址 或根据情况添加自己的本地iportal地址:http://localhost:8091/iportal
249249
var iPortalUrl = "https://iportal.supermap.io/iportal";
250-
var token = "MFEKl8kVmkvEDrDFcgnjoUF4o2VKXT1eZhKh7hU3tnJL1jPculOBmvCtA6Xfrw4KuAyxWj2OcUV1Aj3M41nSNQ..";
250+
var token = "MFEKl8kVmkvEDrDFcgnjodlPCudIO83mBSwvdjiUlWNnySGD-FCEyYEk4CsY2WnSCujfAs8HI0ZkSL6Vxa-njg..";
251251
//默认请求资源类型
252252
var resourceType = "MAP";
253253
//全局变量,承载请求后,一共有多少页数

examples/openlayers/iPortalRegisterData.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h5 data-i18n="resources.detail_iPortal_tags"></h5>
5353
<script>
5454
//iportal的URL地址 或根据情况添加自己的本地iportal地址:http://localhost:8190/iportal
5555
var iPortalUrl = "https://iportal.supermap.io/iportal";
56-
var token = "MFEKl8kVmkvEDrDFcgnjoUF4o2VKXT1eZhKh7hU3tnJL1jPculOBmvCtA6Xfrw4KuAyxWj2OcUV1Aj3M41nSNQ..";
56+
var token = "MFEKl8kVmkvEDrDFcgnjodlPCudIO83mBSwvdjiUlWNnySGD-FCEyYEk4CsY2WnSCujfAs8HI0ZkSL6Vxa-njg..";
5757
//数据类型
5858
var dataType;
5959

examples/openlayers/iPortalUploadData.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h5 data-i18n="resources.text_file_encoding"></h5>
9999
<script>
100100
//iportal的URL地址 或根据情况添加自己的本地iportal地址:http://localhost:8190/iportal
101101
var iPortalUrl = "https://iportal.supermap.io/iportal";
102-
var token = "MFEKl8kVmkvEDrDFcgnjoUF4o2VKXT1eZhKh7hU3tnJL1jPculOBmvCtA6Xfrw4KuAyxWj2OcUV1Aj3M41nSNQ..";
102+
var token = "MFEKl8kVmkvEDrDFcgnjodlPCudIO83mBSwvdjiUlWNnySGD-FCEyYEk4CsY2WnSCujfAs8HI0ZkSL6Vxa-njg..";
103103
//上传文件的一些变量(文件对象 文件格式 数据类型 上传的文件名称)
104104
var file,fileFormats,dataType,uploadDataFileName;
105105
//excel csv解析(回调重定向对象 x坐标区域 y坐标区域)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy