From 379ab2ceed662c2e38b7ad134189bdd4c6116ba1 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Mon, 05 Feb 2024 11:07:18 +0800 Subject: [PATCH] fix:bug修复 --- src/main.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main.js b/src/main.js index d4f3b30..2e04d03 100644 --- a/src/main.js +++ b/src/main.js @@ -58,7 +58,8 @@ 'AMap.MapType', 'AMap.PolyEditor', 'AMap.CircleEditor', - 'AMap.DistrictSearch' + 'AMap.DistrictSearch', + 'AMap.Geolocation' ], // ������������ sdk ��������� 1.4.4 v: '1.4.4' -- Gitblit v1.8.0