b2bb3b86 by renchao@pashanhoo.com

style:宗地图

1 parent 554d99a5
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-05-16 09:50:40 4 * @LastEditTime: 2023-05-30 15:08:51
5 --> 5 -->
6 <!DOCTYPE html> 6 <!DOCTYPE html>
7 <html> 7 <html>
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
19 </head> 19 </head>
20 <script> 20 <script>
21 window.baseUrl = location.origin || location.protocol + '//' + location.host 21 window.baseUrl = location.origin || location.protocol + '//' + location.host
22 const authorization = "bearer AT-4-MxSrO29Coe7VTazx8uuixtqqgO-hvCB6" 22 const authorization = "bearer ATT-7-TiYJVcoDnfhNGs160E6MbQ-QA9Ot3Tby"
23 fetch('<%= BASE_URL %>config.json') 23 fetch('<%= BASE_URL %>config.json')
24 .then(response => response.json()) 24 .then(response => response.json())
25 .then(config => { 25 .then(config => {
......