Commit bdf64d69 authored by 耿迪迪's avatar 耿迪迪
parents 08d1a091 6109e78f
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<!-- 高德地图 --> <!-- 高德地图 -->
<GaodeMap :show="show" v-if="mapStyle" /> <GaodeMap :show="show" v-if="mapStyle" />
<!-- 临检设备 --> <!-- 临检设备 -->
<CloseInspectDevice/> <!--<CloseInspectDevice/>-->
</div> </div>
</template> </template>
...@@ -32,7 +32,7 @@ import Left from "@/views/indexcomponents/index/Left"; ...@@ -32,7 +32,7 @@ import Left from "@/views/indexcomponents/index/Left";
import Right from "@/views/indexcomponents/index/Right"; import Right from "@/views/indexcomponents/index/Right";
import Map3d from "./indexcomponents/3dmap"; import Map3d from "./indexcomponents/3dmap";
import GaodeMap from "./indexcomponents/gaodemap"; import GaodeMap from "./indexcomponents/gaodemap";
import CloseInspectDevice from "./indexcomponents/closeinspectdevice"; // import CloseInspectDevice from "./indexcomponents/closeinspectdevice";
export default { export default {
name: "index", name: "index",
...@@ -40,8 +40,7 @@ export default { ...@@ -40,8 +40,7 @@ export default {
Map3d, Map3d,
GaodeMap, GaodeMap,
Left, Left,
Right, Right
CloseInspectDevice
}, },
data() { data() {
return { 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