有没有一种方法可以根据 spartacus 中加载的页面创建选项卡并标记选定的选项卡

Is there a way to create tabs and mark selected tab based on page loaded in spartacus

我正在为店面使用 spartacus 框架。我想在我的应用程序中显示选项卡并根据所选选项卡加载页面。是否有任何现有的 cms 组件或配置我们可以使用或者我可以扩展 cmscategorynavigation 组件并自定义?

商品详情页使用CMSTabParagraphContainer来展示标签。 CMSTabParagraphContainer 可以包含 SimpleCMSComponents,但不能包含 ContentPages。您必须在后端扩展 CMSTabParagraphContainer 以也接受 ContentPages、ProductPages 等,然后也扩展前端组件。要扩展 Spartacus 组件,请查看:https://sap.github.io/spartacus-docs/customizing-cms-components/

老实说:如果您只想对导航进行视觉更改,这似乎需要大量工作