lrj
21 小时以前 dc643ba44fd2a426263015491268a0f0d6b4671d
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' }
      }
    ]
  },