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