|
@@ -1,7 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<div id="supermap3D" style="width: 100%; height: 100%;background: none;overflow-y: auto;">
|
|
<div id="supermap3D" style="width: 100%; height: 100%;background: none;overflow-y: auto;">
|
|
<div id="cesiumContainer" style="width: 100%; height: 100%;background: none;">
|
|
<div id="cesiumContainer" style="width: 100%; height: 100%;background: none;">
|
|
- </div>
|
|
|
|
<!--地图top 显示 开始-->
|
|
<!--地图top 显示 开始-->
|
|
<transition name='fade'>
|
|
<transition name='fade'>
|
|
<div class="map-tit" v-show="mapshow">
|
|
<div class="map-tit" v-show="mapshow">
|
|
@@ -15,6 +14,7 @@
|
|
查看
|
|
查看
|
|
</el-button>
|
|
</el-button>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div id="super2"></div>
|
|
</transition>
|
|
</transition>
|
|
<!--地图top 显示 结束-->
|
|
<!--地图top 显示 结束-->
|
|
</div>
|
|
</div>
|