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