| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -164,7 +164,18 @@ export default { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    //   this.showHeader = false; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    // } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    this.changeCustomerName(); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    this.$store.state.mainShuju.menuList = window.SITE_CONFIG["menuShujuList"]; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    const customerId = localStorage.getItem("customerId"); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    let siteconfigElement = window.SITE_CONFIG["menuShujuList"]; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    //暂时 亿联街道和 微笑崂山显示 社区治理-》多元化菜单 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    if ("04c0d396e298f13e57aa5904a657eaa6" != customerId && "3fdd0380deff5b30f45376cdf995d1c1" != customerId){ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      for (let index in siteconfigElement){ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        if (siteconfigElement[index].id == '6'){ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          let newMenuArr =  siteconfigElement[index].children.filter(item =>item.id !== 'duoyuanfuwufenxi'); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          siteconfigElement[index].children = newMenuArr; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    this.$store.state.mainShuju.menuList = siteconfigElement; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  }, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  computed: {}, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  methods: { | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |