新版本官网优化完成

This commit is contained in:
2025-02-15 02:53:56 +08:00
parent 3e84bbba59
commit 4c601b31a2
55 changed files with 3046 additions and 915 deletions

View File

@@ -9,6 +9,7 @@ const props = withDefaults(
data?: any;
total?: number;
size?: ComponentSize;
pageSize?: number;
}>(),
{}
);
@@ -28,7 +29,7 @@ const mobile = useIsMobile();
const where = reactive<CmsArticleParam>({
keywords: '',
page: 1,
limit: 20,
limit: props.pageSize || 12,
status: 0,
parentId: undefined,
categoryId: undefined,