3328350766
6 天以前 761eb03d6b3bebd0b197179564c84d89d3d12a0d
1
2
3
4
5
6
7
export function getPageType (type) {
  if (type === 'catalog') {
    return 'category'
  } else {
    return type
  }
}