Skip to content

Commit 1fd4ad4

Browse files
authored
Update iPortalUploadData.html
1 parent 0571783 commit 1fd4ad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/leaflet/iPortalUploadData.html

Lines changed: 2 additions & 2 deletions
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 = "ea1pS6sE6FkynpVnJ61_gHc2l6s8FIIR3inxGJCgJIYlNYMx9Km6TnC-58ifj-IP_0ESonuxrpI6ydGsBuU6BA..";
102+
var token = "MFEKl8kVmkvEDrDFcgnjodlPCudIO83mBSwvdjiUlWNnySGD-FCEyYEk4CsY2WnSCujfAs8HI0ZkSL6Vxa-njg..";
103103
//上传文件的一些变量(文件对象 文件格式 数据类型 上传的文件名称)
104104
var file,fileFormats,dataType,uploadDataFileName;
105105
//excel csv解析(回调重定向对象 x坐标区域 y坐标区域)
@@ -340,4 +340,4 @@ <h5 data-i18n="resources.text_file_encoding"></h5>
340340
}
341341
</script>
342342
</body>
343-
</html>
343+
</html>

0 commit comments

Comments
 (0)