zl程序教程

您现在的位置是:首页 >  其他

当前栏目

SAP Spartacus里的StorefrontConfig静态类型

SAP静态 类型 Spartacus
2023-09-14 09:02:55 时间

当我把下图Spartacus这段配置代码里的baseUrl改成baseUrl2时,

报错:

Follow link (ctrl + click)

Types of property 'backend' are incompatible.
  Type '{ occ: { baseUrl2: string; prefix: string; }; }' is not assignable to type '{ occ?: { baseUrl?: string; prefix?: string; useWithCredentials?: boolean; endpoints?: OccEndpoints; legacy?: boolean; }; media?: { baseUrl?: string; }; loadingScopes?: LoadingScopes; }'.
    Types of property 'occ' are incompatible.
      Type '{ baseUrl2: string; prefix: string; }' is not assignable to type '{ baseUrl?: string; prefix?: string; useWithCredentials?: boolean; endpoints?: OccEndpoints; legacy?: boolean; }'.
        Object literal may only specify known properties, but 'baseUrl2' does not exist in type '{ baseUrl?: string; prefix?: string; useWithCredentials?: boolean; endpoints?: OccEndpoints; legacy?: boolean; }'. Did you mean to write 'baseUrl'?ts(2326)
Peek Problem
No quick fixes available

这个config的类型为StorefrontConfig:

其定义在这个文件里:“C:\Code\SPA\mystore\node_modules@spartacus\storefront\storefront-config.d.ts”

要获取更多Jerry的原创文章,请关注公众号"汪子熙":