style:ico配置
Showing
2 changed files
with
20 additions
and
10 deletions
1 | <!-- | ||
2 | * @Description: | ||
3 | * @Autor: renchao | ||
4 | * @LastEditTime: 2023-04-26 09:35:33 | ||
5 | --> | ||
1 | <!DOCTYPE html> | 6 | <!DOCTYPE html> |
2 | <html> | 7 | <html> |
3 | <head> | 8 | |
9 | <head> | ||
4 | <meta charset="utf-8"> | 10 | <meta charset="utf-8"> |
5 | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | 11 | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
6 | <meta name="renderer" content="webkit"> | 12 | <meta name="renderer" content="webkit"> |
7 | <meta name="referrer" content="no-referrer" /> | 13 | <meta name="referrer" content="no-referrer" /> |
8 | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> | 14 | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> |
9 | <link rel="icon" href="<%= BASE_URL %>favicon.ico"> | 15 | <link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" /> |
10 | <title><%= webpackConfig.name %></title> | 16 | <title> |
11 | </head> | 17 | <%= webpackConfig.name %> |
12 | <body> | 18 | </title> |
19 | </head> | ||
20 | |||
21 | <body> | ||
13 | <div id="app"></div> | 22 | <div id="app"></div> |
14 | <!-- built files will be auto injected --> | 23 | <!-- built files will be auto injected --> |
15 | </body> | 24 | </body> |
25 | |||
16 | </html> | 26 | </html> |
17 | <script> | 27 | <script> |
18 | window.baseUrl = location.origin || location.protocol +'//'+location.host | 28 | window.baseUrl = location.origin || location.protocol + '//' + location.host |
19 | // window.authorization = 'bearer AT-14-h4UlUGjPvgmrIgnDO-3QgMP0m4YJGQTR'; | 29 | // window.authorization = 'bearer AT-14-h4UlUGjPvgmrIgnDO-3QgMP0m4YJGQTR'; |
20 | // window.authorization = 'bearer AT-223-c-Q86EHx75m7ig3EDf-SwMWl4U0AKn0b'; | 30 | // window.authorization = 'bearer AT-223-c-Q86EHx75m7ig3EDf-SwMWl4U0AKn0b'; |
21 | window.timeout=5000 | 31 | window.timeout = 5000 |
22 | window.authorization="bearer AT-4-MxSrO29Coe7VTazx8uuixtqqgO-hvCB6" | 32 | window.authorization = "bearer AT-4-MxSrO29Coe7VTazx8uuixtqqgO-hvCB6" |
23 | </script> | 33 | </script> |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment