src/router/index.ts
@@ -38,9 +38,9 @@ ] }, { path: '/social-login', path: '/social-callback', hidden: true, component: () => import('@/layout/components/SocialLogin/index.vue') component: () => import('@/layout/components/SocialCallback/index.vue') }, { path: '/login', @@ -181,4 +181,5 @@ } }); export default router;