Commit dc431f20 by zhangleyuan

feat:修改分类的分页数

parent 8383cb53
......@@ -26,7 +26,7 @@ function CourseCatalogPage() {
const [query, setQuery] = useState({
current: 0,
size: 2,
size: 10,
storeId: User.getStoreId(),
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment