From 038fedc8a0bfb61f0894b8879838001d3847aaa6 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Tue, 23 Dec 2025 18:06:57 +0800
Subject: [PATCH] 修改供需求发布报错 需求发布底部导航发布点击弹出需求和供应发布 后台链接添加商家列表链接

---
 shop_vue/src/components/map/Getpoint.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/shop_vue/src/components/map/Getpoint.vue b/shop_vue/src/components/map/Getpoint.vue
index 50e7dee..b2567fb 100644
--- a/shop_vue/src/components/map/Getpoint.vue
+++ b/shop_vue/src/components/map/Getpoint.vue
@@ -679,7 +679,7 @@
           let lat=event.latLng.getLat(),
           lng=event.latLng.getLng();
           let url = encodeURI("https://apis.map.qq.com/ws/geocoder/v1/?location=" + lat + "," + lng +
-          	"&key=KWPBZ-ANNW4-MZ5UU-KCKNC-YCTUO-ZSFO5&output=jsonp&&callback=?");
+          	"&key=SWSBZ-PY7EN-VXFFT-SUXJU-H5UY2-JFFJS&output&output=jsonp&&callback=?");
           getJson(url, 'QQmap', function(res) {
             if (res.status == 0) {
               self.$emit('chose', res.result);
@@ -781,7 +781,7 @@
         return;
       }
       let url = encodeURI(
-        'https://apis.map.qq.com/ws/place/v1/suggestion/?keyword=' + Value + '&region=' + this.select_city + '&key=KWPBZ-ANNW4-MZ5UU-KCKNC-YCTUO-ZSFO5&output=jsonp&&callback=?'
+        'https://apis.map.qq.com/ws/place/v1/suggestion/?keyword=' + Value + '&region=' + this.select_city + '&key=SWSBZ-PY7EN-VXFFT-SUXJU-H5UY2-JFFJS&output=jsonp&&callback=?'
       );
 
       getJson(url, 'QQmap', function(res) {
@@ -826,7 +826,7 @@
           value +
           '&boundary=region(' +
           query_city +
-          ',0)&page_size=9&page_index=1&key=KWPBZ-ANNW4-MZ5UU-KCKNC-YCTUO-ZSFO5&output=jsonp&&callback=?'
+          ',0)&page_size=9&page_index=1&key=SWSBZ-PY7EN-VXFFT-SUXJU-H5UY2-JFFJS&output=jsonp&&callback=?'
       );
 
       /*通过关键字搜索*/

--
Gitblit v1.9.2