|  | @@ -138,14 +138,14 @@ export default [{
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    //产品
 | 
	
		
			
				|  |  |    {
 | 
	
		
			
				|  |  | -    path: '/productInfo_detailsPageEdit',
 | 
	
		
			
				|  |  | +    path: '/basicData/productInformation/index',
 | 
	
		
			
				|  |  |      component: Layout,
 | 
	
		
			
				|  |  |      hidden: true,
 | 
	
		
			
				|  |  |      children: [{
 | 
	
		
			
				|  |  |        path: '/basicData/productInformation/index',
 | 
	
		
			
				|  |  |        name: '产品信息',
 | 
	
		
			
				|  |  |        meta: {
 | 
	
		
			
				|  |  | -        i18n: 'basicData/productInformation/index'
 | 
	
		
			
				|  |  | +        keepAlive: true,
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/productInformation/index')
 | 
	
		
			
				|  |  |      }]
 |