初始化
This commit is contained in:
7
frontend/packages/BigScreenManagement/utils/index.js
Normal file
7
frontend/packages/BigScreenManagement/utils/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export function getPageType (type) {
|
||||
if (type === 'catalog') {
|
||||
return 'category'
|
||||
} else {
|
||||
return type
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user