<#--使用宏递归输出菜单--> <#macro showMenu menuList, key> <#list menuList as m> <#if m.type == 1>
  • "> <#if m.icon??> <@ctx.i18n text = "${m.name}" /> <#if m.MNew><@ctx.i18n text = "新" />
  • <#if m.type == 0>
  • "> <#if m.icon??> <@ctx.i18n text = "${m.name}" />
  • <#if menuList?? && (menuList?size > 0) > <#list menuList?keys as key>