feat: 增加 sso 单点登录

This commit is contained in:
YunaiV
2025-04-16 18:35:03 +08:00
parent f27774c1fc
commit 54f9d0c10f
7 changed files with 222 additions and 3 deletions

View File

@@ -97,6 +97,14 @@ const coreRoutes: RouteRecordRaw[] = [
title: $t('page.auth.login'),
},
},
{
name: 'SSOLogin',
path: 'sso-login',
component: () => import('#/views/_core/authentication/sso-login.vue'),
meta: {
title: $t('page.auth.login'),
},
}
],
},
];