feat: 新增单点登录回调页面

This commit is contained in:
xlsea
2025-04-24 17:36:38 +08:00
parent b31edb5f8c
commit c2818257dc
17 changed files with 207 additions and 10 deletions

View File

@ -104,6 +104,17 @@ export const generatedRoutes: GeneratedRoute[] = [
}
]
},
{
name: 'social-callback',
path: '/social-callback',
component: 'layout.blank$view.social-callback',
meta: {
title: 'social-callback',
i18nKey: 'route.social-callback',
constant: true,
hideInMenu: true
}
},
{
name: 'system',
path: '/system',