40 lines
1.3 KiB
HTML
40 lines
1.3 KiB
HTML
|
<!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>
|