support baidu map

This commit is contained in:
MaysWind
2023-06-17 17:48:39 +08:00
parent 3bae6e749a
commit 782e3a85f9
12 changed files with 312 additions and 77 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
const baseApiUrlPath = '/api';
const baseProxyUrlPath = '/proxy';
const baiduMapJavascriptUrl = 'https://api.map.baidu.com/api?v=3.0';
export default {
baseApiUrlPath: baseApiUrlPath,
baseProxyUrlPath: baseProxyUrlPath
baseProxyUrlPath: baseProxyUrlPath,
baiduMapJavascriptUrl: baiduMapJavascriptUrl
}