feat: oauth登录功能

This commit is contained in:
dap
2024-09-04 09:19:02 +08:00
parent 70fe375e25
commit fb525669b5
10 changed files with 398 additions and 51 deletions

View File

@@ -29,6 +29,14 @@ const coreRoutes: RouteRecordRaw[] = [
path: '/',
redirect: DEFAULT_HOME_PATH,
},
{
component: () => import('#/views/_core/social-callback/index.vue'),
meta: {
title: $t('page.core.oauthLogin'),
},
name: 'OAuthRedirect',
path: '/social-callback',
},
{
component: AuthPageLayout,
meta: {