update 优化 !pr382 修复一些问题 完事流程逻辑

This commit is contained in:
疯狂的狮子Li
2023-07-02 16:48:57 +08:00
parent 4cf836055a
commit cc69786fd1
6 changed files with 17 additions and 17 deletions

View File

@ -38,9 +38,9 @@ export const constantRoutes: RouteOption[] = [
]
},
{
path: '/social-login',
path: '/social-callback',
hidden: true,
component: () => import('@/layout/components/SocialLogin/index.vue')
component: () => import('@/layout/components/SocialCallback/index.vue')
},
{
path: '/login',