diff --git a/src/router/index.js b/src/router/index.js index 1f381a42..57c82f73 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -167,6 +167,14 @@ const routes = [ meta: { title:'案件详情' } + }, + { + path: '/newTrainingList', + name: 'newTrainingList', + component:()=>import('@/views/newcomerTraining/newTrainingList.vue'), + meta: { + title:'新人培训' + } } ] diff --git a/src/views/newcomerTraining/newTrainingList.vue b/src/views/newcomerTraining/newTrainingList.vue new file mode 100644 index 00000000..61cfd063 --- /dev/null +++ b/src/views/newcomerTraining/newTrainingList.vue @@ -0,0 +1,85 @@ + + + +