|
@@ -404,7 +404,7 @@ export default {
|
|
|
this.$nextTick(() => {
|
|
|
this.activeIndex = 0;
|
|
|
this.initMap();
|
|
|
-
|
|
|
+ this.openYjjbnt();
|
|
|
// this.showResult = true;
|
|
|
// this.showQuery = true;
|
|
|
// this.xgdk = [
|
|
@@ -1220,7 +1220,11 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
openYjjbnt() {
|
|
|
-
|
|
|
+ let yjjbntLayer = this.layers[5].layers[0];
|
|
|
+ if(!yjjbntLayer.checked) {
|
|
|
+ yjjbntLayer.checked = true;
|
|
|
+ this.switchMapLayer(yjjbntLayer);
|
|
|
+ }
|
|
|
},
|
|
|
//所有地块仿百度地图绘制
|
|
|
showXgdkCenterPoint() {
|