dedsudiyu hai 1 mes
pai
achega
c40be7461d

+ 0 - 1
src/components/checkSelectComponents.vue

@@ -63,7 +63,6 @@
         this.$set(this, 'checkListType', true)
       },
       selectOff() {
-        console.log('出去了')
         this.$set(this, 'checkListType', false)
       },
       checkItem(index) {

+ 1 - 2
src/utils/requestYiLi.js

@@ -8,7 +8,6 @@ import { tansParams,judgmentNetworkReturnAddressYiLi } from "@/utils/index";
 // let secret = 'kKxkf%$lzKKxxPxu174';
 // let secret = 'broad:kKxkf%$lzKKxxPxu174';
 let secret = process.env.VUE_APP_SECRET;
-console.log('secret',secret)
 let encoded = btoa(unescape(encodeURIComponent(secret)));
 
 //判定http或者https
@@ -139,7 +138,7 @@ service.interceptors.response.use(res => {
       message = "系统接口请求超时";
     }
     else if (message.includes("Request failed with status code")) {
-      console.log('message',message)
+      // console.log('message',message)
       if(message.substr(message.length - 3) == 401){
         if(getTokenYiLi()){
           removeTokenYiLi();

+ 0 - 2
src/views/components/centerNotice.vue

@@ -201,9 +201,7 @@
         clearInterval(this.noticeTextInterval);
         clearInterval(this.noticeImgInterval);
         this.$set(this,'pageType',null);
-        console.log('1');
         if(this.noticeList[this.noticeIndex]){
-          console.log('2');
           this.initialize(this.noticeList[this.noticeIndex])
           this.$set(this,'noticeIndex',this.noticeIndex+1);
         }else{

+ 4 - 1
src/views/components/components/alarmComponent.vue

@@ -65,8 +65,12 @@
   </div>
 </template>
 <script>
+  import H5PlayerVideo from '@/components/H5PlayerVideo/H5PlayerVideo.vue'
   export default {
     name: 'alarmComponent',
+    components: {
+      H5PlayerVideo
+    },
     props: {
       alarmData: {}
     },
@@ -80,7 +84,6 @@
     },
     mounted(){
       this.openAlarm();
-      console.log('alarmData',this.alarmData);
     },
     methods:{
       openAlarm(){

+ 0 - 2
src/views/components/facilityUtilizationRate.vue

@@ -416,7 +416,6 @@
           }
           this.$set(this,'newList',list);
           this.$set(this,'newData',list[0]);
-          console.log('newList',list);
           this.eChartsListMethod()
         })
       },
@@ -607,7 +606,6 @@
             },
             // 自定义提示框内容
             formatter: (data) => {
-              console.log('data',data)
               let str = '<div style="color:#ffffff;font-size: 18px;margin-bottom: 5px;">' + data[0].axisValue + '</br></div>'
               data.reverse().forEach(item => {
                 str = str +

+ 3 - 1
src/views/components/videoSurveillance.vue

@@ -14,6 +14,7 @@
   </div>
 </template>
 <script>
+  import H5PlayerVideo from '@/components/H5PlayerVideo/H5PlayerVideo.vue'
   import {
     iotCameraFindByCondition
   } from "@/api/index";
@@ -23,6 +24,7 @@
     name: 'videoSurveillance',
     components: {
       titleComponent,
+      H5PlayerVideo
     },
     data () {
       return {
@@ -55,7 +57,7 @@
           this.$set(this,'videoCheckIndex',0);
           let list = res.data.rooms?res.data.rooms:[];
           for(let i=0;i<list.length;i++){
-            list[0].subId = list[0].LabId
+            list[i].subId = list[i].labId
           }
           this.$set(this,'videoRooms',list);
           this.videoTimerFunction();