You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.9 KiB
HTML
63 lines
1.9 KiB
HTML
|
10 months ago
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8"/>
|
||
|
|
<link rel="icon" href="/favicon.ico"/>
|
||
|
|
<link rel="stylesheet" href="./src/util/css/loading.css">
|
||
|
|
<!-- <link type="text/css" href="./resource/hdmap/hdmap.css">-->
|
||
|
|
<link type="text/css" href="./public/resource/hdmap/hdmap.css">
|
||
|
|
<!-- <link href="https://api.mapbox.com/mapbox-gl-js/v3.6.0/mapbox-gl.css" rel="stylesheet">
|
||
|
|
<script src="https://api.mapbox.com/mapbox-gl-js/v3.6.0/mapbox-gl.js"></script>
|
||
|
|
<script type="text/javascript" src="//mapopen.cdn.bcebos.com/github/BMapGLLib/DistanceTool/src/DistanceTool.min.js"></script> -->
|
||
|
|
<title></title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div id="app">
|
||
|
|
<div class="loading">
|
||
|
|
<div class="loading-wrap">
|
||
|
|
<div class="loading-dots">
|
||
|
|
<span class="dot dot-spin">
|
||
|
|
<i></i>
|
||
|
|
<i></i>
|
||
|
|
<i></i>
|
||
|
|
<i></i>
|
||
|
|
</span>
|
||
|
|
</div>
|
||
|
|
<div class="loading-title">
|
||
|
|
正在缓冲...
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<script type="module" src="./src/main.js"></script>
|
||
|
|
<script type="text/javascript" src="./public/resource/jsmpeg-master/jsmpeg.min.js"></script>
|
||
|
|
<script type="text/javascript" src="./public/resource/hdmap/hdmap.js"></script>
|
||
|
|
|
||
|
|
|
||
|
|
</body>
|
||
|
|
|
||
|
|
</html>
|
||
|
|
|
||
|
|
<!--<style>-->
|
||
|
|
<!-- .html, body {-->
|
||
|
|
<!-- background-color: rgb(2, 11, 49);-->
|
||
|
|
<!-- }-->
|
||
|
|
|
||
|
|
<!-- .el-table {-->
|
||
|
|
<!-- background-color: rgb(2, 11, 49) !important;-->
|
||
|
|
<!-- /*color: white;*/-->
|
||
|
|
<!-- --el-table-bg-color: rgb(2, 11, 49) !important;-->
|
||
|
|
<!-- }-->
|
||
|
|
|
||
|
|
<!-- .el-table__header {-->
|
||
|
|
<!-- background-color: rgb(2, 11, 49) !important;-->
|
||
|
|
<!-- /*color: white;*/-->
|
||
|
|
<!-- }-->
|
||
|
|
|
||
|
|
<!-- .el-table__header-wrapper {-->
|
||
|
|
<!-- background-color: rgb(2, 11, 49) !important;-->
|
||
|
|
<!-- /*color: white;*/-->
|
||
|
|
|
||
|
|
<!-- }-->
|
||
|
|
<!--</style>-->
|