From 668e570bd1db6bd00e4293b6977e6d3d051053ce Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期四, 27 十一月 2025 00:07:46 +0800
Subject: [PATCH] feat: 修改app录入界面及车辆用户同步
---
app/api/map.js | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/app/api/map.js b/app/api/map.js
index bf9cc31..03b2060 100644
--- a/app/api/map.js
+++ b/app/api/map.js
@@ -85,6 +85,9 @@
})
}
+// 鍒悕锛屼笌baiduGeocoding鍔熻兘鐩稿悓
+export const baiduGeocode = baiduGeocoding
+
// 鐧惧害鍦板浘璺嚎瑙勫垝API锛堣绠椾袱涓潗鏍囦箣闂寸殑椹捐溅璺濈锛�
export function baiduRouteDriving(origin, destination) {
// 鍙傛暟楠岃瘉
@@ -249,7 +252,7 @@
})
}
-// 澶╁湴鍥惧湴鍧�鎼滅储鎻愮ずAPI锛堣緭鍏ヨ仈鎯筹級
+// 澶╁湴鍥炬櫘閫氭悳绱㈡湇鍔PI锛堝湴鍧�鎼滅储锛�
export function tiandituPlaceSuggestion(keyWord, region, city, count) {
// 鍙傛暟楠岃瘉
if (!keyWord) {
@@ -266,4 +269,4 @@
count: count || 10
}
})
-}
\ No newline at end of file
+}
--
Gitblit v1.9.1