Files
bbq/src/index.html
wangshiming 8bf3a60425 批量审核
2022-01-18 17:44:03 +08:00

68 lines
1.8 KiB
HTML

<!--
* @Description :
* @Version : 1.0
* @Author : Shiming
* @Date : 2021-12-08 13:38:19
* @LastEditors : Shiming
* @LastEditTime : 2022-01-18 17:14:09
* @FilePath : \\tms-obc-web\\src\\index.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
<!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> -->