| 
					
				 | 
			
			
				@@ -77,7 +77,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   </oa-scroll> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  <oa-tabbar :tabbarValue="0" :tabbarList="proxy.$constData.homeTabbar"></oa-tabbar> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  <oaTabbar :tabbarValue="0" :tabbarList="proxy.$constData.homeTabbar"></oaTabbar> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <script setup> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -88,6 +88,7 @@ import { ref, onMounted, inject, shallowRef, reactive, getCurrentInstance, toRef 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { scan_push, getHomePageData, getFunctionalModuleStatistics, getAppRouters, qrCodeSend, getMobileBanner } from "@/api/index"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 /*----------------------------------组件引入-----------------------------------*/ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import oaWeather from "@/components/oa-weather/index" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import oaTabbar from "@/components/oa-tabbar/index"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 /*----------------------------------store引入-----------------------------------*/ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { useStores } from "@/store/modules/index"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 /*----------------------------------公共方法引入-----------------------------------*/ 
			 |