fix: route default home to agents

This commit is contained in:
2026-06-13 16:40:10 +08:00
parent fd8ae962f8
commit 4e551df5e4
4 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export const overridesPreferences = defineOverridesPreferences({
enablePreferences: false,
accessMode: 'mixed',
authPageLayout: 'panel-center',
defaultHomePath: '/page-render/main_home',
defaultHomePath: '/ai-platform/agent',
layout: 'header-sidebar-nav',
preferencesButtonPosition: 'header',
},