Ver Fonte

feat:三级菜单

wangshan há 3 anos atrás
pai
commit
d3fea2c98f
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      entity/workDesktop.go

+ 2 - 0
entity/workDesktop.go

@@ -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,