From 4509dd489115a499a0f63487ec90adfdc7a5cd56 Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期五, 20 十月 2023 11:09:35 +0800
Subject: [PATCH] 最新版本

---
 src/components/right/tools/search.vue |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/components/right/tools/search.vue b/src/components/right/tools/search.vue
index cd62e1b..d9de535 100644
--- a/src/components/right/tools/search.vue
+++ b/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;

--
Gitblit v1.9.3