提交 0c87d9d0 编写于 作者: KK's avatar KK

定制组件图片资源位置调整

上级 5ceee641
......@@ -11,17 +11,10 @@ TARGET=PSSYSAPP
"appName":"${appDataEntity.getLogicName()}",
"portletCodeName": "${appPortlet.getCodeName()}",
"detailText":"${appPortlet.getUserTag()}",
"detailImage":"${appPortlet.getUserTag2()}",
<#if appPortlet.getPSSysPortlet?? && appPortlet.getPSSysPortlet()??>"portletTYpe":"${appPortlet.getPSSysPortlet().getPortletType()}","componentName":"app-${srffilepath2(appDataEntity.getCodeName())}-${srffilepath2(appPortlet.getPSSysPortlet().getCodeName())}-portlet",</#if>
"portletName": "${appPortlet.getName()}"}<#if appPortlet_has_next>,</#if>
<#else>
{"type":"app",
"appCodeName":"${app.getPKGCodeName()}",
"appName":"${app.getName()}",
"portletCodeName": "${appPortlet.getCodeName()}",
"detailText":"${appPortlet.getUserTag()}",
"detailImage":"${appPortlet.getUserTag2()}",
<#if appPortlet.getPSSysPortlet?? && appPortlet.getPSSysPortlet()??>"portletTYpe":"${appPortlet.getPSSysPortlet().getPortletType()}","componentName":"app-${srffilepath2(appPortlet.getPSSysPortlet().getCodeName())}-portlet",</#if>
<#if appPortlet.getPSSysPortlet?? && appPortlet.getPSSysPortlet()??>
"portletTYpe":"${appPortlet.getPSSysPortlet().getPortletType()}",
"detailImage":"<#if appPortlet.getPSSysPortlet().getPSSysImage?? && appPortlet.getPSSysPortlet().getPSSysImage()?? && appPortlet.getPSSysPortlet().getPSSysImage().getImagePath?? && appPortlet.getPSSysPortlet().getPSSysImage().getImagePath()??>${appPortlet.getPSSysPortlet().getPSSysImage().getImagePath()}</#if>",
"componentName":"app-${srffilepath2(appDataEntity.getCodeName())}-${srffilepath2(appPortlet.getPSSysPortlet().getCodeName())}-portlet",</#if>
"portletName": "${appPortlet.getName()}"}<#if appPortlet_has_next>,</#if>
</#if>
</#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册