😎优化菜单翻译可能为空
This commit is contained in:
parent
28914492f4
commit
8a51d57fa0
@ -136,7 +136,7 @@ public partial class SysMenu : EntityBase
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return string.IsNullOrEmpty(Title) ? Title : L.Text[Title];
|
return string.IsNullOrWhiteSpace(Title) ? Title : L.Text[Title];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user