|  | @@ -24,7 +24,8 @@ const getDefaultSate = () => {
 | 
	
		
			
				|  |  |        logo_image_url: isHas ? token.logo_image_url : '',
 | 
	
		
			
				|  |  |        logo_image_url_home: isHas ? token.logo_image_url_home : '',
 | 
	
		
			
				|  |  |        title_icon_url: isHas ? token.title_icon_url : '',
 | 
	
		
			
				|  |  | -      sys_type: isHas ? token.sys_type : ''
 | 
	
		
			
				|  |  | +      sys_type: isHas ? token.sys_type : '',
 | 
	
		
			
				|  |  | +      doc_preview_service_address: isHas ? token.doc_preview_service_address : ''
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |    };
 | 
	
		
			
				|  |  |  };
 |