| | |
| | | component: () => import('@/views/dashboard/index.vue'), |
| | | meta: { title: '工作台', icon: 'Grid' } |
| | | }, |
| | | |
| | | { |
| | | path: '/activity', |
| | | name: 'Activity', |
| | |
| | | component: () => import('@/views/competition-promotion/index.vue'), |
| | | meta: { title: '比赛晋级', icon: 'Promotion' } |
| | | }, |
| | | { |
| | | path: '/test/graphql', |
| | | name: 'GraphQLTest', |
| | | component: () => import('@/views/test/graphql-test.vue'), |
| | | meta: { title: 'GraphQL测试', icon: 'Connection' } |
| | | }, |
| | | { |
| | | path: '/test/user-prefill', |
| | | name: 'TestUserPrefill', |
| | | component: () => import('@/pages/TestUserPrefill.vue'), |
| | | meta: { title: '用户信息预填充测试', icon: 'User' } |
| | | } |
| | | |
| | | ] |
| | | }, |
| | | { |