| | |
| | | component: () => import('@/views/h5/addrVerify/index.vue'), |
| | | }, |
| | | { |
| | | path: 'examineeSignIn', |
| | | name: '考生签到', |
| | | component: () => import('@/views/h5/signIn/index.vue'), |
| | | }, |
| | | { |
| | | path: 'staffSignIn', |
| | | name: '考评员签到', |
| | | component: () => import('@/views/h5/signIn/index.vue'), |
| | | }, |
| | | |
| | | { |
| | | path: 'verForm', |
| | | name: '提交考点核验', |
| | | component: () => import('@/views/h5/addrVerify/form.vue'), |
| | | }, |
| | | { |
| | | path: 'noVerAccess', |
| | | name: '核验无权限', |
| | | component: () => import('@/views/h5/addrVerify/noAccess.vue'), |
| | | path: 'noTask', |
| | | name: '暂无任务', |
| | | component: () => import('@/views/h5/noTask/index.vue'), |
| | | }, |
| | | { |
| | | path: 'signup', |
| | | path: 'map', |
| | | name: '签到', |
| | | component: () => import('@/views/h5/signup/index.vue'), |
| | | component: () => import('@/views/h5/map/index.vue'), |
| | | }, |
| | | { |
| | | path: 'signInSuccess', |
| | | name: '签到成功', |
| | | component: () => import('@/views/h5/signIn/signInSuccess.vue') |
| | | }, |
| | | { |
| | | path: 'face', |