diff --git a/web/src/hooks/common/useNavigation.js b/web/src/hooks/common/useNavigation.js index 766324e..64b4947 100644 --- a/web/src/hooks/common/useNavigation.js +++ b/web/src/hooks/common/useNavigation.js @@ -38,11 +38,6 @@ export const useNavigation = (t, docsNav, headerNavModules) => { itemKey: 'pricing', to: '/pricing', }, - { - text: t('控制台'), - itemKey: 'console', - to: '/console', - }, { text: t('评测'), itemKey: 'benchmark', @@ -59,6 +54,11 @@ export const useNavigation = (t, docsNav, headerNavModules) => { }, ] : []), + { + text: t('控制台'), + itemKey: 'console', + to: '/console', + }, ]; // 根据配置过滤导航链接