47 lines
1.4 KiB
HTML
47 lines
1.4 KiB
HTML
<!--
|
|
* @Description:
|
|
* @Author: wmj
|
|
* @Date: 2024-06-19 16:45:55
|
|
* @LastEditors: wmj
|
|
* @LastEditTime: 2024-06-26 21:30:14
|
|
-->
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/src/assets/img/logo/JM_logo.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>园区能耗监测预警系统</title>
|
|
<script type="text/javascript" src="/lib/include-lib.js" libpath="lib/" include="jquery,bootstrap,bootstrap-checkbox,font-awesome,web-icons,layer,haoutil,nprogress,toastr,admui,turf,mars3d"></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="/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>
|