fix: 修复组件-瀑布流无限滚动示例中失效的链接

This commit is contained in:
xiaoxian521 2025-04-07 16:33:26 +08:00
parent 881366c78b
commit 92cfa9763b

View File

@ -14,7 +14,7 @@ function randomColor() {
return COLORS[getRandomNum(0, 4)];
}
const website = "https://www.getphotoblanket.com";
const website = "https://wanderprints.com";
export const getList = ({ page = 1, pageSize = 20 }) => {
const url = `${website}/products.json?page=${page}&limit=${pageSize}`;