Explorar o código

可视化上下两个标题的bug

彭宇 %!s(int64=2) %!d(string=hai) anos
pai
achega
71887d54f8
Modificáronse 2 ficheiros con 0 adicións e 8 borrados
  1. 0 4
      src/views/eventdetailsdialog.vue
  2. 0 4
      src/views/firespread.vue

+ 0 - 4
src/views/eventdetailsdialog.vue

@@ -1,7 +1,5 @@
 <template>
   <div class="visual-con">
-    <!--头部-->
-    <vheader></vheader>
     <!--主体-->
     <div class="visual-body">
       <button @click="showEventDialog"
@@ -1072,7 +1070,6 @@
 <script>
 import html2canvas from 'html2canvas'//截图组件
 import supermapDialog from '@/components/supermap' //超图
-import vheader from '@/components/v-header.vue' //一体化共用头部
 import TVWall from '@/components/TVWall.vue' //电视墙弹窗
 import vBottomMenu from '@/components/vBottomMenu.vue' //一体化公共底部菜单
 import eventLogUpload from '@/views/eventLogUpload.vue' //日志上传文件
@@ -1123,7 +1120,6 @@ export default {
     }
   },
   components: {
-    vheader,
     TVWall,
     vBottomMenu,
     supermapDialog,

+ 0 - 4
src/views/firespread.vue

@@ -1,7 +1,5 @@
 <template>
   <div class="visual-con">
-    <!--头部-->
-    <vheader></vheader>
     <!--主体-->
     <div class="visual-body">
       <button @click="showEventDialog"
@@ -146,7 +144,6 @@
 <script>
   import html2canvas from 'html2canvas'//截图组件
   import supermapDialog1 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'//区域标记地图
@@ -190,7 +187,6 @@
       }
     },
     components: {
-      vheader,
       vBottomMenu,
       supermapDialog1,
       eventLogUpload,