Commit 3dda9086 authored by youjie's avatar youjie

no message

parent 3dc19725
...@@ -176,7 +176,7 @@ export default { ...@@ -176,7 +176,7 @@ export default {
container: "trip_map", container: "trip_map",
style: "mapbox://styles/alex9012/clm92pvs1011j01qzexlh6g2b", // 'mapbox://styles/mapbox/light-v9','mapbox://styles/alex9012/clm92pvs1011j01qzexlh6g2b' style: "mapbox://styles/alex9012/clm92pvs1011j01qzexlh6g2b", // 'mapbox://styles/mapbox/light-v9','mapbox://styles/alex9012/clm92pvs1011j01qzexlh6g2b'
center: [2.177432, 41.382894], center: [2.177432, 41.382894],
zoom: 1, zoom: 6,
preserveDrawingBuffer: true preserveDrawingBuffer: true
}); });
this.map.on("load", async () => { this.map.on("load", async () => {
...@@ -246,7 +246,7 @@ export default { ...@@ -246,7 +246,7 @@ export default {
}); });
}, },
Cancel(){ Cancel(){
that.$emit('Cancel') this.$emit('Cancel')
}, },
// 更新数据 // 更新数据
async AssemblyData() { async AssemblyData() {
......
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