mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-02 10:57:24 +08:00
fix: 修复组件-瀑布流无限滚动示例中失效的链接
This commit is contained in:
parent
881366c78b
commit
92cfa9763b
@ -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}`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user