mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 23:17:33 +08:00
support baidu map
This commit is contained in:
+3
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user