src/router/index.ts
@@ -38,11 +38,6 @@ ] }, { path: '/social-login', hidden: true, component: () => import('@/layout/components/SocialLogin/index.vue') }, { path: '/login', component: () => import('@/views/login.vue'), hidden: true @@ -180,6 +175,5 @@ } } }); export default router;