| 
					
				 | 
			
			
				@@ -3134,9 +3134,9 @@ export const asyncRouterMap = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             name: 'productUniversal', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             component: BlankLayout, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             meta: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              title: '通用配件', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              icon: 'sketch' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              // permission: 'M_productUniversalList' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              title: '通用产品', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              icon: 'sketch', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              permission: 'M_productUniversalList' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             hideChildrenInMenu: true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             children: [ 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -3145,10 +3145,10 @@ export const asyncRouterMap = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 name: 'productUniversalList', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 component: () => import(/* webpackChunkName: "productManagement" */ '@/views/productManagement/productUniversal/list.vue'), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 meta: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  title: '通用配件', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  title: '通用产品', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   icon: 'sketch', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  hidden: true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  // permission: 'M_productUniversalList' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  hidden: true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  permission: 'M_productUniversalList' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             ] 
			 |