@include("/common/plugins.html"){}
菜单信息
@if(menuInfo.parent!=null && menuInfo.parent!=''){
上级名称:
${menuInfo.parent.text}
@}
菜单名称:
${menuInfo.text}
菜单别名:
${menuInfo.menuAlias}
菜单提示信息:
${menuInfo.title}
@if(length!='2' && length!='3'){
菜单图标:
${menuInfo.icons}
@}
末级菜单:
@if(menuInfo.resource!=null && menuInfo.resource!=''){
菜单资源:
${menuInfo.resource.resourceName}
@}