|
@@ -161,7 +161,7 @@ const categories = [
|
|
icon: CategoryIcon1 ,
|
|
icon: CategoryIcon1 ,
|
|
onClick: () => navTo('/pages/article/common/list', {
|
|
onClick: () => navTo('/pages/article/common/list', {
|
|
title: '民俗文化',
|
|
title: '民俗文化',
|
|
- mainBodyColumnId: 245,
|
|
|
|
|
|
+ mainBodyColumnId: '245,248',
|
|
modelId: 4,
|
|
modelId: 4,
|
|
itemType: 'article-common',
|
|
itemType: 'article-common',
|
|
detailsPage: '/pages/article/details',
|
|
detailsPage: '/pages/article/details',
|
|
@@ -233,7 +233,7 @@ const categories = [
|
|
detailsPage: '/pages/article/details',
|
|
detailsPage: '/pages/article/details',
|
|
})
|
|
})
|
|
},
|
|
},
|
|
- {
|
|
|
|
|
|
+ /* {
|
|
name: '宗教信俗',
|
|
name: '宗教信俗',
|
|
icon: CategoryIcon5 ,
|
|
icon: CategoryIcon5 ,
|
|
onClick: () => navTo('/pages/article/common/list', {
|
|
onClick: () => navTo('/pages/article/common/list', {
|
|
@@ -243,7 +243,7 @@ const categories = [
|
|
itemType: 'article-common',
|
|
itemType: 'article-common',
|
|
detailsPage: '/pages/article/details',
|
|
detailsPage: '/pages/article/details',
|
|
})
|
|
})
|
|
- },
|
|
|
|
|
|
+ }, */
|
|
];
|
|
];
|
|
const communityData = useSimpleDataLoader(async () => {
|
|
const communityData = useSimpleDataLoader(async () => {
|
|
return [
|
|
return [
|