北京经济技术开发区经开区虚拟城市项目-【前端】-Web
lixuliang
2023-10-20 4509dd489115a499a0f63487ec90adfdc7a5cd56
src/components/right/tools/search.vue
@@ -179,7 +179,6 @@
<script>
import axios from "axios";
import common from "@/components/common";
import qs from "qs";
// import { queryPOI } from "@/utils/request";
let flyPoint;
@@ -328,7 +327,6 @@
                Allresults.push(obj);
              });
            }
            // console.log(Allresults);
            //115接口
            if (data[1].status == 200) {
              data[1].data.data.res
@@ -342,7 +340,6 @@
            this.total = Allresults.length;
            this.poiList = Allresults;
            this.loading = false;
            // }
          })
          .catch((res) => {
            this.loading = false;