chore: 修正部分代码bug
All checks were successful
deploy to server / build-and-deploy (push) Successful in 2m56s
All checks were successful
deploy to server / build-and-deploy (push) Successful in 2m56s
- ProductView中faqs命名错误,修正为ProductQuestionView - 移除useLocalizations中弃置的Strapi语言获取方法
This commit is contained in:
@ -31,7 +31,7 @@ export interface ProductView {
|
||||
specs: ProductSpecGroupView[];
|
||||
|
||||
/** 产品常见问题 **/
|
||||
faqs: QuestionView[];
|
||||
faqs: ProductQuestionView[];
|
||||
|
||||
/** 产品文档 **/
|
||||
documents: ProductDocumentView[];
|
||||
|
||||
Reference in New Issue
Block a user