天天看点

SAP UI5 的本地 Fiori sandbox Launchpad实现要点

源代码如下:

SAP UI5 的本地 Fiori sandbox Launchpad实现要点
SAP UI5 的本地 Fiori sandbox Launchpad实现要点

实现要点

直接给 window 的 sap-ushell-config 属性写入 Fiori Launchpad 的配置值,其中 Launchpad tiles 的配置,写在 applications 字段里:

SAP UI5 的本地 Fiori sandbox Launchpad实现要点

其中 additionalInformation 字段的 SAPUI5.Component=后面,指定了 tile 对应的 SAP UI5 Component 的技术明细。

SAP UI5 的本地 Fiori sandbox Launchpad实现要点
SAP UI5 的本地 Fiori sandbox Launchpad实现要点

最后效果如下:

SAP UI5 的本地 Fiori sandbox Launchpad实现要点

继续阅读