tianyun 2 年 前
コミット
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);