|
@@ -261,8 +261,7 @@ func (m *WorkDesktopMenu) WorkMenuFormat() ([]*pb.MenuList, error) {
|
|
|
AppType: appType,
|
|
|
OpenType: openType,
|
|
|
},
|
|
|
- Match: MC.If(tv.Match != "", strings.Split(tv.Match, ","), []string{}).([]string),
|
|
|
- GroupName: strings.Replace(strconv.Itoa(tv.OrderId), "0", "-", -1),
|
|
|
+ Match: MC.If(tv.Match != "", strings.Split(tv.Match, ","), []string{}).([]string),
|
|
|
}
|
|
|
if len(tv.Children) > 0 {
|
|
|
L:
|