diff --git a/threadpool/console-new/src/App.tsx b/threadpool/console-new/src/App.tsx
index 52ecb4b8..08f5e2b3 100644
--- a/threadpool/console-new/src/App.tsx
+++ b/threadpool/console-new/src/App.tsx
@@ -21,22 +21,22 @@ const App = () => {
},
{
label: {useTran(STR_MAP.TENANT_MANAGE)},
- key: STR_MAP.TENANT_MANAGE,
+ key: '/tenant',
icon: ,
},
{
label: {useTran(STR_MAP.PROJECT_MANAGE)},
- key: STR_MAP.PROJECT_MANAGE,
+ key: '/item',
icon: ,
},
{
label: {useTran(STR_MAP.USER_MANAGE)},
- key: STR_MAP.USER_MANAGE,
+ key: '/user',
icon: ,
},
{
label: {useTran(STR_MAP.LOG_MANAGE)},
- key: STR_MAP.LOG_MANAGE,
+ key: '/log',
icon: ,
},
];
diff --git a/threadpool/console-new/src/page/log/index.tsx b/threadpool/console-new/src/page/log/index.tsx
index 0bcfcde4..eb120e05 100644
--- a/threadpool/console-new/src/page/log/index.tsx
+++ b/threadpool/console-new/src/page/log/index.tsx
@@ -96,7 +96,6 @@ const Tenant: React.FC = () => {