Commit ac7d820c authored by zhangjianqian's avatar zhangjianqian

去掉大屏 弹框

parent f561d5d9
......@@ -23,7 +23,7 @@
<!-- 高德地图 -->
<GaodeMap :show="show" v-if="mapStyle" />
<!-- 临检设备 -->
<CloseInspectDevice/>
<!--<CloseInspectDevice/>-->
</div>
</template>
......@@ -32,7 +32,7 @@ import Left from "@/views/indexcomponents/index/Left";
import Right from "@/views/indexcomponents/index/Right";
import Map3d from "./indexcomponents/3dmap";
import GaodeMap from "./indexcomponents/gaodemap";
import CloseInspectDevice from "./indexcomponents/closeinspectdevice";
// import CloseInspectDevice from "./indexcomponents/closeinspectdevice";
export default {
name: "index",
......@@ -40,8 +40,7 @@ export default {
Map3d,
GaodeMap,
Left,
Right,
CloseInspectDevice
Right
},
data() {
return {
......
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