!16 扩展第三方登录授权功能

* add 第三方授权
* add 第三方授权登录
This commit is contained in:
三个三
2023-06-20 04:12:49 +00:00
committed by 疯狂的狮子Li
parent 41d140af11
commit aae6bb7505
10 changed files with 359 additions and 74 deletions

View File

@ -37,6 +37,11 @@ export const constantRoutes: RouteOption[] = [
}
]
},
{
path: '/social-login',
hidden: true,
component: () => import('@/layout/components/socialLogin/index.vue')
},
{
path: '/login',
component: () => import('@/views/login.vue'),