map component
This commit is contained in:
21
src/conf/amap.config.ts
Normal file
21
src/conf/amap.config.ts
Normal file
@ -0,0 +1,21 @@
|
||||
/**
|
||||
* 高德地图资源配置
|
||||
*/
|
||||
export const amapConf = {
|
||||
/**
|
||||
* 文件上传路径
|
||||
*/
|
||||
key: '63f9573ca55fef2b92d4ffe0c85dea8f',
|
||||
/**
|
||||
* JSAPI版本
|
||||
*/
|
||||
version: '2.0',
|
||||
/**
|
||||
* AMapUI版本
|
||||
*/
|
||||
AMapUIVersion: '1.1',
|
||||
/**
|
||||
* Loca版本
|
||||
*/
|
||||
LocaVersion: '2.0'
|
||||
};
|
||||
Reference in New Issue
Block a user