map component

This commit is contained in:
Taric Xin
2021-12-07 14:14:01 +08:00
parent 4613b502a9
commit 141345b1d6
5 changed files with 116 additions and 255 deletions

21
src/conf/amap.config.ts Normal file
View File

@ -0,0 +1,21 @@
/**
* 高德地图资源配置
*/
export const amapConf = {
/**
* 文件上传路径
*/
key: '63f9573ca55fef2b92d4ffe0c85dea8f',
/**
* JSAPI版本
*/
version: '2.0',
/**
* AMapUI版本
*/
AMapUIVersion: '1.1',
/**
* Loca版本
*/
LocaVersion: '2.0'
};