修复:AI问答模块

This commit is contained in:
2025-07-09 12:39:29 +08:00
parent 5deb2e96b5
commit 6b36f83861
10 changed files with 247 additions and 57 deletions

View File

@@ -22,7 +22,7 @@ const List = () => {
// 当前栏目信息
const navs = await getCmsNavigation(categoryId);
// 终极新闻列表
const articles = await pageCmsArticle({categoryId});
const articles = await pageCmsArticle({categoryId,limit: 50});
// 当前栏目信息
if (navs) {