From cbe34c721f68775ffb83c6ca9fd2253223d66d17 Mon Sep 17 00:00:00 2001 From: haoyk Date: Mon, 29 May 2023 17:29:57 +0800 Subject: [PATCH] Update BasicManagementApplicationModule.cs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: 修复UI端授权列表中不显示租户管理问题 --- .../BasicManagementApplicationModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet-core/modules/BasicManagement/src/Lion.AbpPro.BasicManagement.Application/BasicManagementApplicationModule.cs b/aspnet-core/modules/BasicManagement/src/Lion.AbpPro.BasicManagement.Application/BasicManagementApplicationModule.cs index 80d527e9..319373f7 100644 --- a/aspnet-core/modules/BasicManagement/src/Lion.AbpPro.BasicManagement.Application/BasicManagementApplicationModule.cs +++ b/aspnet-core/modules/BasicManagement/src/Lion.AbpPro.BasicManagement.Application/BasicManagementApplicationModule.cs @@ -45,7 +45,7 @@ public class BasicManagementApplicationModule : AbpModule options.Excludes.Add("FeatureManagement.ManageHostFeatures"); options.Excludes.Add("SettingManagement"); options.Excludes.Add("SettingManagement.Emailing"); - options.Excludes.Add("AbpTenantManagement"); + // options.Excludes.Add("AbpTenantManagement"); options.Excludes.Add("AbpTenantManagement.Tenants.ManageFeatures"); options.Excludes.Add("AbpTenantManagement.Tenants.ManageConnectionStrings"); });