فهرست منبع

事件变了就刷新

qinhouyu 2 سال پیش
والد
کامیت
689383eb50
3فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. 1 1
      src/assets/styles/base.scss
  2. 1 1
      src/components/TVWall.vue
  3. 2 0
      src/views/forest.vue

+ 1 - 1
src/assets/styles/base.scss

@@ -104,7 +104,7 @@ $date-state3: #d6333b;
 }
 .TVWallCustomWidth-right {
   width: 1500px !important;
-  height: 750px !important;
+  height: 740px !important;
   background: #04080c !important;
   box-shadow: $barShadow !important;
   border: 1px $barBorder !important;

+ 1 - 1
src/components/TVWall.vue

@@ -46,7 +46,7 @@ export default {
   components: {},
   data() {
     return {
-      title:"电视墙\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000您的所有操作痕迹已被后台记录,请谨慎操作。部分摄像头处于敏感区域,已屏蔽操控权限,无法操控。",
+      title:"电视墙\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000您的所有操作痕迹已被后台记录,请谨慎操作。部分摄像头处于敏感区域,已屏蔽操控权限,无法操控。",
       tvListJson: [
         {
         'switchTab': '1',

+ 2 - 0
src/views/forest.vue

@@ -1259,6 +1259,8 @@ export default {
             // }
           }
         })
+      }else{
+        this.getEventList(this.getCurrentDataStr(), 10, 1)
       }
       console.log(that.eventList[0])
     },