feat: 社交平台登录

This commit is contained in:
dhb52
2023-10-15 14:26:20 +08:00
parent 889334bc37
commit 4d77d7e136
6 changed files with 369 additions and 5 deletions

View File

@ -186,12 +186,12 @@ const remainingRouter: AppRouteRecordRaw[] = [
}
},
{
path: '/sso',
component: () => import('@/views/Login/Login.vue'),
name: 'SSOLogin',
path: '/social-login',
component: () => import('@/views/Login/SocialLogin.vue'),
name: 'SocialLogin',
meta: {
hidden: true,
title: t('router.login'),
title: t('router.socialLogin'),
noTagsView: true
}
},