91 lines
2.8 KiB
HTML
91 lines
2.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=0.3" /> -->
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
|
<link rel="stylesheet" href="https://at.alicdn.com/t/font_3153207_udngwyp35db.css" />
|
|
<script type="text/javascript" src="./assets/login/js/jquery.min.js"></script>
|
|
|
|
|
|
<link type="text/css" href="./assets/login/css/style.css" rel="stylesheet" />
|
|
<!-- Apple Touch Icon -->
|
|
<!-- <link rel="apple-touch-icon" href="custom-icon.png"> -->
|
|
<style type="text/css" id="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>
|
|
<div class='particle-network-animation'></div>
|
|
<script type="text/javascript" src="./assets/login/js/script.js"></script>
|
|
</body>
|
|
|
|
</html>
|
|
<script type="text/javascript">
|
|
window._AMapSecurityConfig = {
|
|
securityJsCode: 'dde4610c3bd04617b99fb55ba5adbe9d',
|
|
}
|
|
|
|
var zoom = window.devicePixelRatio || window.screen.deviceXDPI / window.screen.logicalXDPI;
|
|
|
|
// if (!!window.ActiveXObject || "ActiveXObject" in window) {
|
|
// if (zoom != 1 && zoom != 2 && zoom != 3) {
|
|
// alert('系统检测到您的设备对显示进行放大,可能导致页面显示不全,请调整后打开/或使用其他浏览器!')
|
|
// }
|
|
// } else {
|
|
// if (document.body.clientWidth >= 1280) {
|
|
// if (zoom != 1 && zoom != 2 && zoom != 3) {
|
|
// var c = document.querySelector('body');
|
|
// // c.style.zoom = -0.62 * zoom + 1.65;
|
|
|
|
// }
|
|
// }
|
|
// }
|
|
</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> --> |