web/src/router/index.ts
@@ -13,6 +13,7 @@ component: () => import('@/views/dashboard/index.vue'), meta: { title: '工作台', icon: 'Grid' } }, { path: '/activity', name: 'Activity', @@ -127,12 +128,7 @@ 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' } } ] }, {