|
@@ -79,20 +79,13 @@
|
|
|
/>
|
|
|
<i class="icon_search" @click.stop="search"></i>
|
|
|
</main>
|
|
|
- <!-- <img class="bg_map" src="../../assets/u922.png" />
|
|
|
- <div class="icon_pasture_1" @click.stop="clickPoint('dr')">
|
|
|
- <img src="../../assets/icon_pasture.png">
|
|
|
- <h3>长兴德睿生态农业开发有限公司</h3>
|
|
|
- </div>
|
|
|
- <div class="icon_pasture_2" @click.stop="clickPoint('ys')">
|
|
|
- <img src="../../assets/icon_pasture.png">
|
|
|
- <h3>长兴永盛牧业有限公司</h3>
|
|
|
- </div> -->
|
|
|
- <iframe
|
|
|
+ <!-- <iframe
|
|
|
src="http://122.237.98.3:8888/LvShanDaShuJu/page/map.html"
|
|
|
frameborder="0"
|
|
|
style="height: 100%; width: 100%"
|
|
|
- ></iframe>
|
|
|
+ ></iframe> -->
|
|
|
+ <Map style="height:100%; width:100%"></Map>
|
|
|
+ <!-- <E-MiddleMap style="height: 100%"></E-MiddleMap> -->
|
|
|
</footer>
|
|
|
<footer class="footer_2" v-show="!isShowMain">
|
|
|
<h1>族谱溯源</h1>
|
|
@@ -106,10 +99,6 @@
|
|
|
<div class="mm">母母:{{ sheepClan.mm }}</div>
|
|
|
</article>
|
|
|
</footer>
|
|
|
- <!-- <footer class="footer"> -->
|
|
|
- <!-- <iframe src="http://122.237.98.3:8888/LvShanDaShuJu/page/map.html" frameborder="0" style="height: 100%; width:100%"></iframe> -->
|
|
|
- <!-- <Map></Map> -->
|
|
|
- <!-- </footer> -->
|
|
|
</div>
|
|
|
<div class="right">
|
|
|
<div class="right1">
|
|
@@ -144,6 +133,7 @@ import ERight2 from "./charts/ERight2";
|
|
|
import ERight3 from "./charts/ERight3";
|
|
|
|
|
|
import Map from "./charts/Map";
|
|
|
+import EMiddleMap from "../Yield/charts/EMiddleMap";
|
|
|
|
|
|
export default {
|
|
|
name: "LvShanXiang",
|
|
@@ -195,6 +185,7 @@ export default {
|
|
|
ERight2,
|
|
|
ERight3,
|
|
|
Map,
|
|
|
+ EMiddleMap
|
|
|
},
|
|
|
created() {
|
|
|
document.title = "吕山牧场";
|