This commit is contained in:
emengweb
2023-10-17 17:25:55 +08:00
parent 3fb365f263
commit f3d952c61c

View File

@@ -297,7 +297,7 @@ const LayoutPostListIndex = props => {
* @returns 此主题首页就是列表
*/
const LayoutIndexNew = props => {
return <LayoutPostList props={customMenu, filteredNavPages} />
return <LayoutPostList props={[customMenu, filteredNavPages]} />
}
/**