|
@@ -189,6 +189,7 @@ func (m *WorkDesktopMenu) WorkMenuFormat() ([]*pb.MenuList, error) {
|
|
|
//ResourceLib.PowerHandle()
|
|
|
title, content, confirmUrl, confirmText, usable = CheckCapitalResources(fv, m.NewUserId, m.AppId, m.EntId, m.EntUserId)
|
|
|
}
|
|
|
+ logx.Info(title, "--", content, "--", fv.AdditionalInfo, "--", fv.CapitalInfo)
|
|
|
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
|