feat: oauth登录功能
This commit is contained in:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user