|
@@ -31,32 +31,32 @@ const routes = [
|
|
|
component: () => import('@/views/Itembank/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: 'questionnaire/index',
|
|
|
+ path: '/questionnaire/index',
|
|
|
name: 'index_index',
|
|
|
component: () => import('@/views/questionnaire/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: 'questionnaire/detail',
|
|
|
+ path: '/questionnaire/detail',
|
|
|
name: 'teacher_detail',
|
|
|
component: () => import('@/views/questionnaire/detail.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: 'teacher/detail',
|
|
|
+ path: '/teacher/detail',
|
|
|
name: 'teacher_detail',
|
|
|
component: () => import('@/views/teacher/detail.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: 'teacher/index',
|
|
|
+ path: '/teacher/index',
|
|
|
name: 'index_index',
|
|
|
component: () => import('@/views/teacher/index.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: 'work/detail',
|
|
|
+ path: '/work/detail',
|
|
|
name: 'teacher_detail',
|
|
|
component: () => import('@/views/work/detail.vue'),
|
|
|
},
|
|
|
{
|
|
|
- path: 'work/index',
|
|
|
+ path: '/work/index',
|
|
|
name: 'index_index',
|
|
|
component: () => import('@/views/work/index.vue'),
|
|
|
},
|