tianyun 2 лет назад
Родитель
Сommit
e3cb6d612f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      simple-demo/location_point.html

+ 1 - 1
simple-demo/location_point.html

@@ -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);