feat(projects): 添加百度地图插件

This commit is contained in:
Soybean
2021-11-09 23:22:40 +08:00
parent f82a4f0aed
commit 6abe094ff2
15 changed files with 568 additions and 499 deletions

2
src/settings/constant.ts Normal file
View File

@ -0,0 +1,2 @@
/** 百度地图sdk地址 */
export const BAIDU_MAP_SDK_URL = 'https://api.map.baidu.com/api?v=1.0&&type=webgl&ak=KSezYymXPth1DIGILRX3oYN9PxbOQQmU';

View File

@ -1 +1,2 @@
export * from './theme';
export * from './constant';