feat(auth): 添加二维码登录功能- 实现了二维码登录的前端组件和API接口
- 添加了二维码登录的后端逻辑和数据库设计 - 编写了详细的使用说明和接口文档 - 提供了演示页面和测试工具
This commit is contained in:
@@ -35,6 +35,21 @@ export const routes = [
|
||||
component: () => import('@/views/passport/dealer/register.vue'),
|
||||
meta: { title: '邀请注册' }
|
||||
},
|
||||
{
|
||||
path: '/qr-confirm',
|
||||
component: () => import('@/views/passport/qrConfirm/index.vue'),
|
||||
meta: { title: '扫码登录确认' }
|
||||
},
|
||||
{
|
||||
path: '/qr-demo',
|
||||
component: () => import('@/components/QrLogin/demo.vue'),
|
||||
meta: { title: '二维码登录演示' }
|
||||
},
|
||||
{
|
||||
path: '/qr-test',
|
||||
component: () => import('@/views/test/qrLoginTest.vue'),
|
||||
meta: { title: '二维码登录接口测试' }
|
||||
},
|
||||
// {
|
||||
// path: '/forget',
|
||||
// component: () => import('@/views/passport/forget/index.vue'),
|
||||
|
||||
Reference in New Issue
Block a user