index.html 775 Bytes
<!--
 * @Description: 引入配置文件
 * @Autor: renchao
 * @LastEditTime: 2023-03-20 15:16:11
-->
<!DOCTYPE html>
<html>

<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">
  <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  <title>
    <%= webpackConfig.name %>
  </title>
</head>

<body>
  <div id="app"></div>
</body>

</html>

<script>
  window.baseUrl = location.origin || location.protocol + '//' + location.host
  window.timeout = 5000
  window.authorization = "bearer AT-4-MxSrO29Coe7VTazx8uuixtqqgO-hvCB6"
</script>