添加网关列表权限

This commit is contained in:
Eamon
2026-04-18 17:58:40 +08:00
parent e5586f06d1
commit 9cb7d597cd
3 changed files with 17 additions and 6 deletions

View File

@@ -47,6 +47,7 @@ import {
ScopeDiscountRead,
ScopePermissionRead,
ScopeProductRead,
ScopeProxyRead,
ScopeResourceRead,
ScopeTradeRead,
ScopeUserRead,
@@ -254,6 +255,7 @@ const menuSections: { title: string; items: NavItemProps[] }[] = [
href: "/gateway",
icon: DoorClosedIcon,
label: "网关列表",
requiredScope:ScopeProxyRead
},
{
href: "/admin",