UNPKG
data-room-ui-sass
Version:
latest (2.0.1-2024102601)
2.0.1-2024102601
自定义大屏
github.com/gcpaas/DataRoom
data-room-ui-sass
/
packages
/
BigScreenManagement
/
utils
/
index.js
8 lines
(7 loc)
•
127 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
function
getPageType (
type
) {
if
(
type
===
'catalog'
) {
return
'category'
}
else
{
return
type
} }