修复:AI问答模块
This commit is contained in:
@@ -25,7 +25,7 @@ const Index = () => {
|
||||
// 二级栏目
|
||||
const childCateogry = await pageCmsNavigation({parentId: categoryId});
|
||||
// 终极新闻列表
|
||||
const articles = await pageCmsArticle({categoryId});
|
||||
const articles = await pageCmsArticle({categoryId,limit: 50});
|
||||
|
||||
// 当前栏目信息
|
||||
if (navs) {
|
||||
|
||||
Reference in New Issue
Block a user