美文网首页SAP
SAP Spartacus的用户登录页面设计

SAP Spartacus的用户登录页面设计

作者: _扫地僧_ | 来源:发表于2021-02-14 10:36 被阅读0次

    点击sign in之后,先取token:

    https://spartacus-dev0.eastus.cloudapp.azure.com:9002/authorizationserver/oauth/token

    grant_type=password&scope=&username=jerry.wang%40m&password=3!&client_id=mobile_android&client_secret=secret

    返回的response:


    url:http://localhost:4200/electronics-spa/en/USD/login

    Layout: header
    template: LoginPageTemplate
    section: header
    slots: PreHeader,SiteContext,SiteLinks,SiteLogo,SearchBox,SiteLogin,MiniCart,NavigationBar

    主页面:

    Layout: LoginPageTemplate
    template: LoginPageTemplate
    section:
    slots: LeftContentSlot,RightContentSlot

    footer页面:

    Layout: footer
    template: LoginPageTemplate
    section: footer
    slots: Footer

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


    相关文章

      网友评论

        本文标题:SAP Spartacus的用户登录页面设计

        本文链接:https://www.haomeiwen.com/subject/jizlbktx.html