fix: 修正租户列表菜单组件路径

This commit is contained in:
2025-12-05 17:35:05 +08:00
parent 91bb5877bc
commit 65acc51d25

View File

@@ -96,7 +96,7 @@ public static class AdminMenuProvider
{ {
Name = "TenantList", Name = "TenantList",
Path = "list", Path = "list",
Component = "/tenant/list", Component = "/system/tenant",
Meta = new MenuMetaDto Meta = new MenuMetaDto
{ {
Title = "租户列表", Title = "租户列表",
@@ -557,4 +557,4 @@ public static class AdminMenuProvider
} }
]; ];
} }
} }