完成适配移动端
This commit is contained in:
@@ -29,7 +29,7 @@ const mobile = useIsMobile();
|
||||
const where = reactive<CmsArticleParam>({
|
||||
keywords: '',
|
||||
page: 1,
|
||||
limit: props.pageSize || 12,
|
||||
limit: props.pageSize || 10,
|
||||
status: 0,
|
||||
parentId: undefined,
|
||||
categoryId: undefined,
|
||||
|
||||
Reference in New Issue
Block a user