fix 首页 关于 页面路由问题

This commit is contained in:
2025-08-07 15:02:00 +08:00
parent 0beda86667
commit df43c1845e

View File

@@ -31,7 +31,7 @@ const items = ref<NavigationMenuItem[][]>([
{
label: '关于',
icon: 'lucide-info',
to: '/about'
to: '/docs/about'
}
]