From 8b29471e308be57255389b08bbc90ab33ea04584 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Thu, 04 Jul 2024 14:22:41 +0800
Subject: [PATCH] fix: 道路尘负荷排名
---
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