mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat: 新增单点登录回调页面
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user