diff --git a/app/layout.config.tsx b/app/layout.config.tsx index 45626f4a..d5bf1d1e 100644 --- a/app/layout.config.tsx +++ b/app/layout.config.tsx @@ -60,7 +60,7 @@ export const baseOptions: BaseLayoutProps = { { type: 'menu', text: '文档', - url: '/docs', + url: '/docs/core', items: [ { icon: , @@ -111,4 +111,4 @@ export const baseOptions: BaseLayoutProps = { }, ...linkItems, ], -}; \ No newline at end of file +};