bmh_cesium/index.html

41 lines
1.3 KiB
HTML
Raw Normal View History

2025-03-09 23:06:09 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2025-03-14 05:07:45 +00:00
<title>bmh_cesium</title>
2025-03-09 23:06:09 +00:00
<script type="text/javascript" src="/lib/include-lib.js" libpath="lib/" include="jquery,jquery.range,bootstrap,bootstrap-checkbox,font-awesome,web-icons,layer,haoutil,nprogress,toastr,admui,turf,xjsdk"></script>
<script type="text/javascript" src="/jmmap/JmMap.js"></script>
<script type="text/javascript" src="/cesiumvectortile/dist/CesiumVectorTile.js"></script>
<script type="text/javascript" src="/config/componentUrl.js"></script>
<script src="config/xjsdkUrl.js"></script>
<script src="/widgets/plot/js/vew.work.js"></script>
<style>
*{
margin: 0;
padding: 0;
}
html,body{
width: 100%;
height: 100%;
font-size: 12px;
overflow:hidden;
min-width:1280px;
margin:0;
padding:0;
}
#app{
width: 100%;
height: 100%;
overflow:hidden;
min-width:1280px;
}
</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>