| 
					
				 | 
			
			
				@@ -11,6 +11,8 @@ import { getMyMenu, headrRouter } from '../config/routerConfig'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { ReactComponent as LaunchSvg } from '@/assets/launch.svg' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { ReactComponent as AdLaunchSvg } from '@/assets/adLaunch.svg' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { ReactComponent as MaterialSvg } from '@/assets/material.svg' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import { ReactComponent as GdtSvg } from '@/assets/gdt.svg' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import { ReactComponent as MonitorSvg } from '@/assets/monitor.svg' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import versions from './utils/versions'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -103,6 +105,8 @@ const IconMap = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   launch: <span role="img" aria-label="fund-view" className="anticon anticon-fund-view"><LaunchSvg /></span>, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   adLaunch: <span role="img" aria-label="fund-view" className="anticon anticon-fund-view"><AdLaunchSvg /></span>, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   material: <span role="img" aria-label="fund-view" className="anticon anticon-fund-view"><MaterialSvg /></span>, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  gdt: <span role="img" aria-label="fund-view" className="anticon anticon-fund-view"><GdtSvg /></span>, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  monitor: <span role="img" aria-label="fund-view" className="anticon anticon-fund-view"><MonitorSvg /></span>, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   eye: <EyeOutlined /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 //处理菜单 
			 |