Commit bdf64d69 authored by 耿迪迪's avatar 耿迪迪
parents 08d1a091 6109e78f
......@@ -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