From 9b726d5d2217eeec7a8574a174c356263506e413 Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Tue, 5 Aug 2025 16:24:06 +0800 Subject: [PATCH] fix: Fix menu name display issue (#9861) --- frontend/src/routers/modules/host.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/routers/modules/host.ts b/frontend/src/routers/modules/host.ts index db9b93e8f..6cdefc1d7 100644 --- a/frontend/src/routers/modules/host.ts +++ b/frontend/src/routers/modules/host.ts @@ -47,8 +47,8 @@ const hostRouter = { name: 'FirewallPort', component: () => import('@/views/host/firewall/port/index.vue'), meta: { - parent: 'menu.firewall', - title: 'firewall.portRule', + title: 'menu.firewall', + detail: 'firewall.portRule', requiresAuth: false, }, },