web/src/router/index.ts
@@ -132,6 +132,12 @@ 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' } } ] },