关于sap:SAP-Spartacus-产品明细页面的-url-设计和数据源

32次阅读

共计 300 个字符,预计需要花费 1 分钟才能阅读完成。

明细页面 url:

http://localhost:4200/electro…

组件选择器:cx-generic-link

加上打印语句,发现是 local url 的状况:

routerUrl 来自 this.routeParts.path:

到上一层即 banner Component 里去查找:

阐明 generic link Component 的 url 是 banner Component 的 data$ 属性传入的:

数据来自 this.component.data$:

这个 Component 是主动注入的:

加上一行打印语句:

果然,跳转链接就藏在这里:

在这个 Component 里保护的数据:

更多 Jerry 的原创文章,尽在:” 汪子熙 ”:

正文完
 0