提交 33873467 编写于 作者: zhangpingchuan's avatar zhangpingchuan

Update App.vue.ftl

上级 400a6533
......@@ -11,6 +11,13 @@ TARGET=PSSYSAPP
<#if app.getAllPSAppViews()??>
<#list app.getAllPSAppViews() as singleView>
<a-menu-item key="${singleView_index}">
<#if singleView_index % 3 == 0>
<a-icon type="user" />
<#elseif singleView_index % 3 == 1>
<a-icon type="video-camera" />
<#else>
<a-icon type="upload" />
</#if>
<span>${singleView.getTitle()}</span>
</a-menu-item>
</#list>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册