WEB/src/pages/Product/Attribute/consts.ts

5 lines
77 B
TypeScript

export const notAttributes = new Set([
'zh-cn',
'en-us',
'category'
]);