25 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			25 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
|  | <!DOCTYPE html> | ||
|  | <html lang="en"> | ||
|  |   <head> | ||
|  |     <meta charset="UTF-8" /> | ||
|  |     <link rel="icon" href="/favicon.ico" /> | ||
|  |     <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|  |     <title>智能监控行人搜索系统</title> | ||
|  |   </head> | ||
|  |   <body> | ||
|  |     <div id="app"></div> | ||
|  | 	<script src="https://webapi.amap.com/maps?v=1.4.15&key=6e79f6d236e295632f21b385e363b6e8&plugin=AMap.Scale,AMap.ToolBar,AMap.ControlBar,AMap.DistrictLayer,AMap.MapType,AMap.TileLayer,AMap.Buildings"></script> | ||
|  |     <script type="module" src="./src/main.js"></script> | ||
|  | 
 | ||
|  |     <script type="text/javascript" src="https://api.map.baidu.com/api?v=3.0&type=webgl&ak=27nl1AUw50hT0QOadbzejbNStVk9tx1P"></script> | ||
|  |     <script type="text/javascript" src="https://api.map.baidu.com/api?v=3.0&ak=27nl1AUw50hT0QOadbzejbNStVk9tx1P"></script> | ||
|  |     <script type="text/javascript" src="//api.map.baidu.com/library/Heatmap/2.0/src/Heatmap_min.js"></script> | ||
|  |     <script src="//mapopen.bj.bcebos.com/github/BMapGLLib/TrackAnimation/src/TrackAnimation.min.js"></script> | ||
|  | 
 | ||
|  | 
 | ||
|  |     <link href="//mapopen.cdn.bcebos.com/github/BMapGLLib/DrawingManager/src/DrawingManager.min.css" rel="stylesheet"> | ||
|  |     <script type="text/javascript" src="//mapopen.cdn.bcebos.com/github/BMapGLLib/DrawingManager/src/DrawingManager.min.js"></script> | ||
|  | 
 | ||
|  |   </body> | ||
|  | </html> |