|  | @@ -29,7 +29,7 @@
 | 
	
		
			
				|  |  |  	const navigation = defineAsyncComponent(() => import('./components/navigation.vue'));
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	import map3d from './components/map.vue';
 | 
	
		
			
				|  |  | -	// import queryKeyword from './components/query-keyword.vue';
 | 
	
		
			
				|  |  | +	import queryKeyword from './components/query-keyword.vue';
 | 
	
		
			
				|  |  |  	import toolbars from './components/toolbars.vue';
 | 
	
		
			
				|  |  |  	import layer from './components/layer.vue';
 | 
	
		
			
				|  |  |  	import measure from './components/measure.vue';
 | 
	
	
		
			
				|  | @@ -86,7 +86,7 @@
 | 
	
		
			
				|  |  |  			</jt-popup>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  			<!-- 关键字查询组件 -->
 | 
	
		
			
				|  |  | -			<!-- <queryKeyword ref="queryword" /> -->
 | 
	
		
			
				|  |  | +			<queryKeyword ref="queryword" />
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  			<!-- 比例尺、指南针 -->
 | 
	
		
			
				|  |  |  			<navigation ref="refNavigation"/>
 |