|
@@ -71,7 +71,7 @@ export default {
|
|
|
this.$refs.mapdiv.iconSelect = index
|
|
|
},
|
|
|
getTrain(){
|
|
|
- this.$refs.mapdiv.addPoint('video.png');
|
|
|
+ this.$refs.mapdiv.addPoint('video.png');
|
|
|
},
|
|
|
getResource(){
|
|
|
getResource({date:'2022-03-12'}).then(response =>{
|
|
@@ -98,7 +98,7 @@ export default {
|
|
|
bridgeArry.push(obj);
|
|
|
}else if(obj.areaType == '4'){
|
|
|
obj.name = obj.areaName
|
|
|
- railArry.push(obj);
|
|
|
+ railArry.push(obj);
|
|
|
}
|
|
|
}
|
|
|
for(var index in areaList){
|
|
@@ -133,7 +133,7 @@ export default {
|
|
|
var json = JSON.parse(data.data);
|
|
|
this.$refs.mapdiv.addPoints(json.data.list,'video.png',0.6,'video');
|
|
|
});
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
|
|
|
}
|
|
@@ -159,7 +159,7 @@ export default {
|
|
|
|
|
|
|
|
|
.item{
|
|
|
- width: 27%;
|
|
|
+ width: 33%;
|
|
|
text-align: center;
|
|
|
justify-content: center;
|
|
|
position: relative;
|
|
@@ -169,7 +169,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.item1{
|
|
|
- width: 23%;
|
|
|
+ width: 33%;
|
|
|
}
|
|
|
.item2::after{
|
|
|
content: "";
|