|
@@ -1,14 +1,15 @@
|
|
|
<!DOCTYPE html>
|
|
|
<html>
|
|
|
- <head>
|
|
|
- <meta charset="utf-8">
|
|
|
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
- <meta name="renderer" content="webkit">
|
|
|
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
|
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
|
|
- <title><%= webpackConfig.name %></title>
|
|
|
- <!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
|
|
|
- <style>
|
|
|
+<head>
|
|
|
+ <meta charset="utf-8">
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
+ <meta name="renderer" content="webkit">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
|
+ <link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
|
|
+ <title><%= webpackConfig.name %></title>
|
|
|
+ <!--[if lt IE 11]>
|
|
|
+ <script>window.location.href = '/html/ie.html';</script><![endif]-->
|
|
|
+ <style>
|
|
|
html,
|
|
|
body,
|
|
|
#app {
|
|
@@ -16,6 +17,7 @@
|
|
|
margin: 0px;
|
|
|
padding: 0px;
|
|
|
}
|
|
|
+
|
|
|
.chromeframe {
|
|
|
margin: 0.2em 0;
|
|
|
background: #ccc;
|
|
@@ -194,26 +196,33 @@
|
|
|
opacity: 0.5;
|
|
|
}
|
|
|
</style>
|
|
|
- </head>
|
|
|
- <body>
|
|
|
- <!--三个必要的js文件引入-->
|
|
|
- <!--<script src="./hk/jquery-1.12.4.min.js"></script>-->
|
|
|
- <script src="./hk/jsencrypt.min.js"></script> <!-- 用于RSA加密 -->
|
|
|
- <script src="./hk/jsWebControl-1.0.0.min.js"></script> <!-- 用于前端与插件交互 -->
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+<!--三个必要的js文件引入-->
|
|
|
+<!--<script src="./hk/jquery-1.12.4.min.js"></script>-->
|
|
|
+ <script src="hk/jsencrypt.min.js"></script> <!-- 用于RSA加密 -->
|
|
|
+ <script src="hk/jsWebControl-1.0.0.min.js"></script> <!-- 用于前端与插件交互 -->
|
|
|
+<!--<script src="h5player/h5player.min.js"></script>-->
|
|
|
+
|
|
|
+
|
|
|
|
|
|
<!-- <link rel="stylesheet" href="./supermap/libs/plotting/leaflet/10.2.1/iclient-plot-leaflet.css">-->
|
|
|
- <script type="text/javascript" include="leaflet,leaflet.sidebyside,iclient-leaflet,iclient-plot-leaflet,leaflet.draw,leaflet.markercluster,leaflet.heat" src="./supermap/dist/leaflet/include-leaflet.js"></script>
|
|
|
- <script type="text/javascript" include="bootstrap,plottingPanel,fileupLoad,widgets.alert" src="./supermap/examples/js/include-web.js"></script>
|
|
|
+<script type="text/javascript"
|
|
|
+ include="leaflet,leaflet.sidebyside,iclient-leaflet,iclient-plot-leaflet,leaflet.draw,leaflet.markercluster,leaflet.heat"
|
|
|
+ src="./supermap/dist/leaflet/include-leaflet.js"></script>
|
|
|
+<script type="text/javascript" include="bootstrap,plottingPanel,fileupLoad,widgets.alert"
|
|
|
+ src="./supermap/examples/js/include-web.js"></script>
|
|
|
<!-- <script type="text/javascript" include="iclient-classic" src="./supermap/dist/classic/include-classic.js"></script>-->
|
|
|
<!-- <script type="text/javascript" src="./supermap/libs/plotting/leaflet/10.2.1/iclient-plot-leaflet-es6.min.js"></script>-->
|
|
|
- <script type="text/javascript" include="PlotPanel,StylePanel,SMLInfosPanel,iPortalStylePanel" src="./supermap/examples/js/plottingPanel/PlottingPanel.Include.js"></script>
|
|
|
- <div id="app">
|
|
|
- <div id="loader-wrapper">
|
|
|
- <div id="loader"></div>
|
|
|
- <div class="loader-section section-left"></div>
|
|
|
- <div class="loader-section section-right"></div>
|
|
|
- <div class="load_title">正在加载系统资源,请耐心等待</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </body>
|
|
|
+<script type="text/javascript" include="PlotPanel,StylePanel,SMLInfosPanel,iPortalStylePanel"
|
|
|
+ src="./supermap/examples/js/plottingPanel/PlottingPanel.Include.js"></script>
|
|
|
+<div id="app">
|
|
|
+ <div id="loader-wrapper">
|
|
|
+ <div id="loader"></div>
|
|
|
+ <div class="loader-section section-left"></div>
|
|
|
+ <div class="loader-section section-right"></div>
|
|
|
+ <div class="load_title">正在加载系统资源,请耐心等待</div>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+</body>
|
|
|
</html>
|