在一個工作正常的 SAP Spartacus 頁面,layout 結構依次是 cx-page-layout(LoginPageTemplate),cx-page-slot(LeftContentSlot), cx-login-form.
在一個沒有導入 UserAccountModule 的 Storefront,Login 頁面是空的:
出錯的情況下,LeftContentSlot 這個 page slot 裡的内容為空:
這個 LeftContentSlot 裡放什麼 Component?
在 CMS 裡維護:
應該顯示 ReturningCustomerLoginComponent 和 ReturningCustomerRegisterComponent.
再根據這兩個關鍵字,就能搜尋到user-account-root.module.ts 了:
UserFeatureModule 導入了 UserAccountRootModule: