|  | @@ -120,7 +120,6 @@ const actions = {
 | 
	
		
			
				|  |  |              tenantConfig = sessionStorage.getItem('tenantConfig')
 | 
	
		
			
				|  |  |              tenantConfig = tenantConfig ? JSON.parse(tenantConfig) : {}
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  | -          console.log(tenantConfig)
 | 
	
		
			
				|  |  |            if(tenantId > 0) { // 判断是机构才会根据主题去设置
 | 
	
		
			
				|  |  |              const themeColor = tenantConfig.themeColor
 | 
	
		
			
				|  |  |              const theme = tenantConfig.theme
 |