Commit d9a69c99 authored by 王晓倩's avatar 王晓倩

天启油气添加固定标点

parent 56ab3ace
......@@ -540,6 +540,18 @@ export default {
// 右下角数据 跟值班人员
this.rightBottomData();
// this.backFlag = false;
let marker = new AMap.Marker({
position: [124.737106,45.117734],
map: this.gaoMap.myMap,
offset: new AMap.Pixel(0, 5)
});
let icon = new AMap.Icon({
opacity: 0.1,
image: require("../../../assets/images/tianqi.png")
});
marker.setIcon(icon);
console.log("==========",marker);
},
// 更改卫星图
mapChange(num) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment