Blame view

public/index.html 974 Bytes
1 2 3
<!--
 * @Description: 
 * @Autor: renchao
renchao@pashanhoo.com committed
4
 * @LastEditTime: 2023-04-26 09:35:33
5
-->
赵千 committed
6 7
<!DOCTYPE html>
<html>
8 9 10 11 12 13 14

<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  <meta name="renderer" content="webkit">
  <meta name="referrer" content="no-referrer" />
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
renchao@pashanhoo.com committed
15
  <link rel="shortcut icon" type="image/x-icon" href="./favicon.ico" />
16 17 18 19 20 21 22 23 24 25
  <title>
    <%= webpackConfig.name %>
  </title>
</head>

<body>
  <div id="app"></div>
  <!-- built files will be auto injected -->
</body>

赵千 committed
26
</html>
任超 committed
27
<script>
28
  window.baseUrl = location.origin || location.protocol + '//' + location.host
任超 committed
29 30
  // window.authorization = 'bearer AT-14-h4UlUGjPvgmrIgnDO-3QgMP0m4YJGQTR';
  // window.authorization = 'bearer AT-223-c-Q86EHx75m7ig3EDf-SwMWl4U0AKn0b';
31 32 33
  window.timeout = 5000
  window.authorization = "bearer AT-4-MxSrO29Coe7VTazx8uuixtqqgO-hvCB6"
</script>