diff --git a/ai_knowledge_base_v2/apps/admin-web/src/App.vue b/ai_knowledge_base_v2/apps/admin-web/src/App.vue index 1b90f9d..6d17764 100644 --- a/ai_knowledge_base_v2/apps/admin-web/src/App.vue +++ b/ai_knowledge_base_v2/apps/admin-web/src/App.vue @@ -44,6 +44,9 @@ const RetrievalLogView = defineAsyncComponent( const UserManagementView = defineAsyncComponent( () => import("./components/UserManagementView.vue"), ); +const SsoIntegrationView = defineAsyncComponent( + () => import("./components/SsoIntegrationView.vue"), +); const admin = ref(null); const activeMenu = ref("dashboard"); @@ -608,6 +611,12 @@ async function clearFeishuCache() { > 系统配置 +