|
@@ -163,6 +163,8 @@ func (m *WorkDesktopMenu) WorkMenuFormat() ([]*pb.MenuList, error) {
|
|
|
}
|
|
|
threeLevel.Url = MC.If(fv.Url != "", fv.Url, tv.Url).(string)
|
|
|
threeLevel.Icon = MC.If(fv.Icon != "", fv.Icon, tv.Icon).(string)
|
|
|
+ threeLevel.AppType = fv.AppType
|
|
|
+ threeLevel.OpenType = fv.OpenType
|
|
|
if fv.AdditionalInfo.Title != "" {
|
|
|
threeLevel.TipInfo = &pb.TipInfo{
|
|
|
Title: fv.AdditionalInfo.Title,
|