task#13627,调度app新增新人培训界面

This commit is contained in:
2024-04-29 18:07:06 +08:00
parent 903237fd03
commit 7aa3241046
2 changed files with 93 additions and 0 deletions

View File

@ -167,6 +167,14 @@ const routes = [
meta: {
title:'案件详情'
}
},
{
path: '/newTrainingList',
name: 'newTrainingList',
component:()=>import('@/views/newcomerTraining/newTrainingList.vue'),
meta: {
title:'新人培训'
}
}
]