Skip to content

Commit

Permalink
fix: map url
Browse files Browse the repository at this point in the history
  • Loading branch information
ly525 committed Aug 13, 2020
1 parent f473985 commit ef441be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front-end/h5/src/components/plugins/lbp-qq-map/src/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
map: null,
load: function (key) {
return new Promise(function (resolve, reject) {
const src = 'http://map.qq.com/api/js?v=2.exp&libraries=place&callback=init&key=' + key
const src = '//map.qq.com/api/js?v=2.exp&libraries=place&callback=init&key=' + key
if (isScriptLoaded(src)) {
resolve(window.qq)
return
Expand Down

0 comments on commit ef441be

Please sign in to comment.