fix:banner count
This commit is contained in:
parent
3f86306bc1
commit
a0b7b1efab
|
|
@ -69,7 +69,7 @@ export default function HeaderNews() {
|
||||||
const req = {
|
const req = {
|
||||||
page: 1,
|
page: 1,
|
||||||
search: "",
|
search: "",
|
||||||
limit: "12",
|
limit: "10",
|
||||||
sort: "desc",
|
sort: "desc",
|
||||||
categoryIds: "791,802",
|
categoryIds: "791,802",
|
||||||
isPublish: true,
|
isPublish: true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue