update: 百度地图服务ak实例化
This commit is contained in:
parent
24b1e33bbb
commit
4889ce9ff9
@ -409,7 +409,8 @@ export default {
|
|||||||
let that = this;
|
let that = this;
|
||||||
|
|
||||||
let BMap = new bmap.BMapWX({
|
let BMap = new bmap.BMapWX({
|
||||||
ak: "LkqqCMB1qZmjYEkzx0Y1PTfmAUrkWPog",
|
// ak: "LkqqCMB1qZmjYEkzx0Y1PTfmAUrkWPog",
|
||||||
|
ak: that.bdMapAk,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (type2 == "found") {
|
if (type2 == "found") {
|
||||||
@ -547,7 +548,8 @@ export default {
|
|||||||
let that = this;
|
let that = this;
|
||||||
|
|
||||||
let BMap = new bmap.BMapWX({
|
let BMap = new bmap.BMapWX({
|
||||||
ak: "LkqqCMB1qZmjYEkzx0Y1PTfmAUrkWPog",
|
// ak: "LkqqCMB1qZmjYEkzx0Y1PTfmAUrkWPog",
|
||||||
|
ak: that.bdMapAk,
|
||||||
});
|
});
|
||||||
|
|
||||||
let fail = function (res) {
|
let fail = function (res) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user