c79e188b by renchao@pashanhoo.com

style:测试

1 parent 53c2556c
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-05-05 10:00:05 4 * @LastEditTime: 2023-05-06 10:03:44
5 --> 5 -->
6 <!DOCTYPE html> 6 <!DOCTYPE html>
7 <html> 7 <html>
...@@ -22,21 +22,17 @@ ...@@ -22,21 +22,17 @@
22 .then(response => response.json()) 22 .then(response => response.json())
23 .then(config => { 23 .then(config => {
24 window.config = config 24 window.config = config
25 console.log(11111111111111); 25 console.log(window.config, '1111111111111111111111');
26 }); 26 });
27 </script> 27 </script>
28 28
29 <body> 29 <body>
30 <div id="app"></div> 30 <div id="app"></div>
31 <!-- built files will be auto injected -->
32 </body> 31 </body>
33 32
34 </html> 33 </html>
35
36 <script> 34 <script>
37 window.baseUrl = location.origin || location.protocol + '//' + location.host 35 window.baseUrl = location.origin || location.protocol + '//' + location.host
38 // window.authorization = 'bearer AT-14-h4UlUGjPvgmrIgnDO-3QgMP0m4YJGQTR';
39 // window.authorization = 'bearer AT-223-c-Q86EHx75m7ig3EDf-SwMWl4U0AKn0b';
40 window.timeout = 5000 36 window.timeout = 5000
41 window.authorization = "bearer AT-4-MxSrO29Coe7VTazx8uuixtqqgO-hvCB6" 37 window.authorization = "bearer AT-4-MxSrO29Coe7VTazx8uuixtqqgO-hvCB6"
42 </script> 38 </script>
...\ No newline at end of file ...\ No newline at end of file
......