| | |
| | | <script> |
| | | import axios from "axios"; |
| | | import common from "@/components/common"; |
| | | import qs from "qs"; |
| | | // import { queryPOI } from "@/utils/request"; |
| | | let flyPoint; |
| | | |
| | |
| | | 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", |
| | |
| | | Allresults.push(obj); |
| | | }); |
| | | } |
| | | // console.log(Allresults); |
| | | //115接口 |
| | | if (data[1].status == 200) { |
| | | data[1].data.data.res |
| | |
| | | this.total = Allresults.length; |
| | | this.poiList = Allresults; |
| | | this.loading = false; |
| | | // } |
| | | }) |
| | | .catch((res) => { |
| | | this.loading = false; |