北京经济技术开发区经开区虚拟城市项目-【前端】-Web
lixuliang
2024-09-14 c7187e038c284acc051a439c5eda16582bdb9b7a
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;
@@ -280,6 +279,7 @@
        this.searching = true;
        axios
          .all([
            // http://172.26.64.84/service/ImageEngine/picdis/abc?user=jjjskfq&password=Jjjskfq@2022
            axios.get("http://10.10.4.116:8085/yzAdapter/Navigation", {
              params: {
                request: "bdPoi",
@@ -328,7 +328,6 @@
                Allresults.push(obj);
              });
            }
            // console.log(Allresults);
            //115接口
            if (data[1].status == 200) {
              data[1].data.data.res
@@ -342,7 +341,6 @@
            this.total = Allresults.length;
            this.poiList = Allresults;
            this.loading = false;
            // }
          })
          .catch((res) => {
            this.loading = false;