active4j快速开发平台
  • 首页
  • @for(m in session.user.menus) {
  • ${m.icon!} ${m.title!} @if(m.hasChildren) {
    @for(n in m.children) { @if(n.hasChildren) {
    ${n.title!}
    @for(x in n.children) {
    ${x.title!}
    @}
    @}else {
    ${n.title}
    @} @}
    @}
  • @}