소스 검색

视频摄像头预览--海康

彭宇 2 년 전
부모
커밋
535609a3e9
4개의 변경된 파일83개의 추가작업 그리고 1개의 파일을 삭제
  1. 74 0
      public/hk/jquery-1.12.4.min.js
  2. 1 0
      public/hk/jsWebControl-1.0.0.min.js
  3. 1 0
      public/hk/jsencrypt.min.js
  4. 7 1
      public/index.html

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 74 - 0
public/hk/jquery-1.12.4.min.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 0
public/hk/jsWebControl-1.0.0.min.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 0
public/hk/jsencrypt.min.js


+ 7 - 1
public/index.html

@@ -197,12 +197,18 @@
   </head>
   <body>
 <!--  <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" src="./supermap/dist/leaflet/include-leaflet.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>
 
+
+<!--三个必要的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>