--no commit message
Showing
1 changed file
with
19 additions
and
0 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | <<<<<<< HEAD | ||
4 | * @LastEditTime: 2023-05-31 16:04:35 | 5 | * @LastEditTime: 2023-05-31 16:04:35 |
6 | ======= | ||
7 | <<<<<<< HEAD | ||
8 | * @LastEditTime: 2023-05-30 15:08:51 | ||
9 | ======= | ||
10 | * @LastEditTime: 2023-05-26 16:57:47 | ||
11 | >>>>>>> origin/dev | ||
12 | >>>>>>> bus | ||
5 | --> | 13 | --> |
6 | <!DOCTYPE html> | 14 | <!DOCTYPE html> |
7 | <html> | 15 | <html> |
... | @@ -18,7 +26,14 @@ | ... | @@ -18,7 +26,14 @@ |
18 | </title> | 26 | </title> |
19 | </head> | 27 | </head> |
20 | <script> | 28 | <script> |
29 | <<<<<<< HEAD | ||
21 | window.baseUrl = location.origin || location.protocol + '//' + location.host | 30 | window.baseUrl = location.origin || location.protocol + '//' + location.host |
31 | ======= | ||
32 | <<<<<<< HEAD | ||
33 | window.baseUrl = location.origin || location.protocol + '//' + location.host | ||
34 | const authorization = "bearer ATT-7-TiYJVcoDnfhNGs160E6MbQ-QA9Ot3Tby" | ||
35 | ======= | ||
36 | >>>>>>> bus | ||
22 | window._config = { | 37 | window._config = { |
23 | // 是否微服务模式,业务系统根据需要读取 | 38 | // 是否微服务模式,业务系统根据需要读取 |
24 | cloudEnable: false, | 39 | cloudEnable: false, |
... | @@ -32,6 +47,10 @@ | ... | @@ -32,6 +47,10 @@ |
32 | business: 'http://localhost:7001' | 47 | business: 'http://localhost:7001' |
33 | } | 48 | } |
34 | } | 49 | } |
50 | <<<<<<< HEAD | ||
51 | ======= | ||
52 | >>>>>>> origin/dev | ||
53 | >>>>>>> bus | ||
35 | fetch('<%= BASE_URL %>config.json') | 54 | fetch('<%= BASE_URL %>config.json') |
36 | .then(response => response.json()) | 55 | .then(response => response.json()) |
37 | .then(config => { | 56 | .then(config => { | ... | ... |
-
Please register or sign in to post a comment