|
@@ -1,7 +1,5 @@
|
|
|
<template>
|
|
|
<div class="visual-con">
|
|
|
- <!--头部-->
|
|
|
- <vheader></vheader>
|
|
|
<!--主体-->
|
|
|
<div class="visual-body">
|
|
|
<button @click="showEventDialog"
|
|
@@ -1071,7 +1069,6 @@
|
|
|
<script>
|
|
|
import html2canvas from 'html2canvas'//截图组件
|
|
|
import supermapDialog from '@/components/supermap' //超图
|
|
|
-import vheader from '@/components/v-header.vue' //一体化共用头部
|
|
|
import vBottomMenu from '@/components/vBottomMenu.vue' //一体化公共底部菜单
|
|
|
import eventLogUpload from '@/views/eventLogUpload.vue' //日志上传文件
|
|
|
import areaSupermap from '@/components/supermap'//区域标记地图
|
|
@@ -1122,7 +1119,6 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
components: {
|
|
|
- vheader,
|
|
|
vBottomMenu,
|
|
|
supermapDialog,
|
|
|
eventLogUpload,
|