From 3667807a7b7418efc090ee3fa6a6b734bc3080bf Mon Sep 17 00:00:00 2001
From: xieb <vip_xiaobin810@163.com>
Date: Wed, 13 Sep 2023 20:36:29 +0800
Subject: [PATCH] Merge branch 'develop' of http://s16s652780.51mypc.cn:49896/r/yskj/iot_drone_web into develop
---
src/constants/index.ts | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/constants/index.ts b/src/constants/index.ts
index 3fa5692..c576509 100644
--- a/src/constants/index.ts
+++ b/src/constants/index.ts
@@ -1,5 +1,7 @@
+import { CURRENT_CONFIG } from '/@/api/http/config'
+
export const AMapConfig = {
- key: '26d54da6733de88435c68d1a2e88b682',
+ key: CURRENT_CONFIG.amapKey,
version: '2.0',
plugins: [
'AMap.Scale',
@@ -14,6 +16,7 @@
'AMap.PolyEditor',
'AMap.RangingTool',
'AMap.Weather',
- 'AMap.MouseTool'
+ 'AMap.MouseTool',
+ 'AMap.MoveAnimation'
]
}
--
Gitblit v1.9.3