fix: Fix menu name display issue (#9861)

This commit is contained in:
ssongliu 2025-08-05 16:24:06 +08:00 committed by GitHub
parent 78e3d9e5fb
commit 9b726d5d22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
},
},