|
|
@@ -210,7 +210,7 @@ |
|
|
|
var script = document.createElement('script'); |
|
|
|
script.type = 'text/javascript'; |
|
|
|
script.src = |
|
|
|
'https://api.map.baidu.com/api?v=1.0&type=webgl&ak=j1TvNK854LRvVuxuAhNNxdhKVB0KbEZD' + |
|
|
|
'https://api.map.baidu.com/api?v=1.0&type=webgl&ak=Nx9VQtQEgzUm5GuBVt5SHoO5jt204xNo' + |
|
|
|
'&callback=' + 'initMap'; |
|
|
|
script.onerror = reject |
|
|
|
document.head.appendChild(script); |
|
|
|