refactor: 移除 TabItemTextDictionary 参数
This commit is contained in:
parent
d1d1811fd3
commit
e150e33bfe
|
@ -30,9 +30,6 @@ namespace BootstrapClient.Web.Shared.Shared
|
|||
|
||||
private IEnumerable<MenuItem>? MenuItems { get; set; }
|
||||
|
||||
[NotNull]
|
||||
private Dictionary<string, string>? TabItemTextDictionary { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获得 当前用户登录显示名称
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in New Issue