Show google maps when geo location attached
This commit is contained in:
parent
0b50340a35
commit
47c1139a49
8 changed files with 128 additions and 6 deletions
|
@ -27,7 +27,8 @@ export default lang => {
|
|||
_LANG_: lang,
|
||||
_HOST_: config.host,
|
||||
_URL_: config.url,
|
||||
_LICENSE_: licenseHtml
|
||||
_LICENSE_: licenseHtml,
|
||||
_GOOGLE_MAPS_API_KEY_: config.google_maps_api_key
|
||||
};
|
||||
|
||||
const _consts = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue