66 lines
1.8 KiB
HTML
66 lines
1.8 KiB
HTML
<!--
|
|
* @Author: your name
|
|
* @Date: 2021-11-29 10:04:12
|
|
* @LastEditTime: 2021-12-07 15:29:56
|
|
* @LastEditors: Please set LastEditors
|
|
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
* @FilePath: \tms-obc-web\src\index.html
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>运多星运营平台</title>
|
|
<base href="/" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
|
<!-- Apple Touch Icon -->
|
|
<!-- <link rel="apple-touch-icon" href="custom-icon.png"> -->
|
|
<style type="text/css">
|
|
.preloader {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
background: #f5f5f5;
|
|
z-index: 9999;
|
|
transition: opacity 0.65s;
|
|
}
|
|
|
|
.preloader-hidden-add {
|
|
opacity: 1;
|
|
display: block;
|
|
}
|
|
|
|
.preloader-hidden-add-active {
|
|
opacity: 0;
|
|
}
|
|
|
|
.preloader-hidden {
|
|
display: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body theme-name="pro" theme-version="12.0.0">
|
|
<app-root></app-root>
|
|
<div class="preloader">
|
|
<div class="page-loading ant-spin ant-spin-lg ant-spin-spinning">
|
|
<span class="ant-spin-dot ant-spin-dot-spin"><i class="ant-spin-dot-item"></i><i class="ant-spin-dot-item"></i><i
|
|
class="ant-spin-dot-item"></i><i class="ant-spin-dot-item"></i></span>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|
|
<script type="text/javascript">
|
|
window._AMapSecurityConfig = {
|
|
securityJsCode: 'dde4610c3bd04617b99fb55ba5adbe9d',
|
|
}
|
|
</script>
|
|
<!-- <script type="text/javascript" src='//webapi.amap.com/maps?v=2.0&key=63f9573ca55fef2b92d4ffe0c85dea8f'></script>
|
|
<script src="//webapi.amap.com/ui/1.1/main.js?v=1.1.1"></script> --> |