From e150e33bfe2c17efce7f278f8df356d0c14034d7 Mon Sep 17 00:00:00 2001 From: Argo-Tianyi Date: Sat, 1 Jan 2022 20:25:56 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=20TabItemTextDic?= =?UTF-8?q?tionary=20=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../client/BootstrapClient.Shared/Shared/MainLayout.razor.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/blazor/client/BootstrapClient.Shared/Shared/MainLayout.razor.cs b/src/blazor/client/BootstrapClient.Shared/Shared/MainLayout.razor.cs index 7c4a4cdd..93fe56a9 100644 --- a/src/blazor/client/BootstrapClient.Shared/Shared/MainLayout.razor.cs +++ b/src/blazor/client/BootstrapClient.Shared/Shared/MainLayout.razor.cs @@ -30,9 +30,6 @@ namespace BootstrapClient.Web.Shared.Shared private IEnumerable? MenuItems { get; set; } - [NotNull] - private Dictionary? TabItemTextDictionary { get; set; } - /// /// 获得 当前用户登录显示名称 ///