|
@@ -196,19 +196,17 @@
|
|
|
</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> <!-- 用于前端与插件交互 -->
|
|
|
+
|
|
|
<!-- <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="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>
|
|
|
-
|
|
|
-
|
|
|
-<!--三个必要的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> <!-- 用于前端与插件交互 -->
|
|
|
-
|
|
|
<div id="app">
|
|
|
<div id="loader-wrapper">
|
|
|
<div id="loader"></div>
|