@@ -169,7 +169,7 @@
},
getLatestData: async function () {
try {
- const response = await axios.get('https://api.tianyunperfect.cn/location/page?page=1&size=20');
+ const response = await axios.get('https://api.tianyunperfect.cn/location/page?page=1&size=50');
this.createdList = response.data.data.list;
} catch (error) {
console.log(error);