mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-15 19:35:07 +08:00
feat: 社交平台登录
This commit is contained in:
@ -186,12 +186,12 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/sso',
|
||||
component: () => import('@/views/Login/Login.vue'),
|
||||
name: 'SSOLogin',
|
||||
path: '/social-login',
|
||||
component: () => import('@/views/Login/SocialLogin.vue'),
|
||||
name: 'SocialLogin',
|
||||
meta: {
|
||||
hidden: true,
|
||||
title: t('router.login'),
|
||||
title: t('router.socialLogin'),
|
||||
noTagsView: true
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user