refactor: 完善三方账号登录

This commit is contained in:
2024-04-27 20:28:21 +08:00
parent c938028d8d
commit f701ca57d1
4 changed files with 52 additions and 26 deletions

View File

@@ -48,7 +48,6 @@ export const constantRoutes: RouteRecordRaw[] = [
},
{
path: '/social/callback',
name: 'SocialCallback',
component: () => import('@/views/login/social/index.vue'),
meta: { hidden: true }
},