| 
					
				 | 
			
			
				@@ -1,8 +1,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-import { Settings as LayoutSettings } from '@ant-design/pro-layout'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import { Settings as LayoutSettings } from '@ant-design/pro-layout' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 const Settings: LayoutSettings & { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  pwa?: boolean; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  logo?: string; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  pwa?: boolean 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  logo?: string 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   navTheme: 'dark', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   // 拂晓蓝 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -15,8 +15,8 @@ const Settings: LayoutSettings & { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   title: 'CLD.V2', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   pwa: false, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   logo: '/logo.svg', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  iconfontUrl: '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  footerRender: false, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-}; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  iconfontUrl: '//at.alicdn.com/t/font_2276974_nbe38935rtf.js', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  footerRender: false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-export default Settings; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+export default Settings 
			 |