fix: 修正租户列表菜单组件路径
This commit is contained in:
@@ -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
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user