From 9d960ed0058f9087f49e9741a9af06c3f9116eb0 Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期六, 19 四月 2025 11:23:02 +0800 Subject: [PATCH] feat(auth): 添加 Keycloak 认证支持 --- zhitan-vue/src/router/index.js | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/zhitan-vue/src/router/index.js b/zhitan-vue/src/router/index.js index dff5256..e7ede4b 100644 --- a/zhitan-vue/src/router/index.js +++ b/zhitan-vue/src/router/index.js @@ -43,6 +43,11 @@ hidden: true }, { + path: '/social-callback', + component: () => import('@/layout/components/SocialCallback/index'), + hidden: true + }, + { path: '/register', component: () => import('@/views/register'), hidden: true -- Gitblit v1.9.3