|  | @@ -213,6 +213,15 @@ const routes = [
 | 
	
		
			
				|  |  |            title: '我的技能培训'
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  | +      {
 | 
	
		
			
				|  |  | +        path: 'personalcenter/skillsTrainingDetails',
 | 
	
		
			
				|  |  | +        name: 'SkillsTrainingDetails',
 | 
	
		
			
				|  |  | +        component: () =>
 | 
	
		
			
				|  |  | +          import('@/views/PersonalCenter/SkillTraining/SkillsTrainingDetails.vue'),
 | 
	
		
			
				|  |  | +        meta: {
 | 
	
		
			
				|  |  | +          title: '我的技能培训-详情'
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  | +      },
 | 
	
		
			
				|  |  |        {
 | 
	
		
			
				|  |  |          path: 'personalcenter/progresspoints',
 | 
	
		
			
				|  |  |          name: 'ProgressPointsIndex',
 |