From 65acc51d2550fa09d43bb3b705017c25726428f3 Mon Sep 17 00:00:00 2001 From: MSuMshk <2039814060@qq.com> Date: Fri, 5 Dec 2025 17:35:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E7=A7=9F=E6=88=B7?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E8=8F=9C=E5=8D=95=E7=BB=84=E4=BB=B6=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Identity/Services/AdminMenuProvider.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Application/TakeoutSaaS.Application/Identity/Services/AdminMenuProvider.cs b/src/Application/TakeoutSaaS.Application/Identity/Services/AdminMenuProvider.cs index b7201e9..7265049 100644 --- a/src/Application/TakeoutSaaS.Application/Identity/Services/AdminMenuProvider.cs +++ b/src/Application/TakeoutSaaS.Application/Identity/Services/AdminMenuProvider.cs @@ -96,7 +96,7 @@ public static class AdminMenuProvider { Name = "TenantList", Path = "list", - Component = "/tenant/list", + Component = "/system/tenant", Meta = new MenuMetaDto { Title = "租户列表", @@ -557,4 +557,4 @@ public static class AdminMenuProvider } ]; } -} \ No newline at end of file +}