dedsudiyu 14 시간 전
부모
커밋
19b2ed5f3a
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/views/miniProgramVideo/index.vue
  2. 1 1
      src/views/miniProgramVideoHls/index.vue
  3. 1 1
      src/views/miniProgramVideoMpegts/index.vue

+ 1 - 1
src/views/miniProgramVideo/index.vue

@@ -110,7 +110,7 @@
         if(urlData.type){
           iotCameraFindByCondition(obj).then(response => {
             if (!response.data.records[0]){
-              this.$set(this,'nullType','视频异常,请联系管理员');
+              this.$set(this,'nullType','该实验室未配置摄像头');
             }else{
               let list = [];
               for(let i=0;i<response.data.records.length;i++){

+ 1 - 1
src/views/miniProgramVideoHls/index.vue

@@ -121,7 +121,7 @@
         if(urlData.type){
           iotCameraFindByCondition(obj).then(response => {
             if (!response.data.records[0]){
-              this.$set(this,'nullType','视频异常,请联系管理员');
+              this.$set(this,'nullType','该实验室未配置摄像头');
             }else{
               let list = [];
               for(let i=0;i<response.data.records.length;i++){

+ 1 - 1
src/views/miniProgramVideoMpegts/index.vue

@@ -108,7 +108,7 @@
         if(urlData.type){
           iotCameraFindByCondition(obj).then(response => {
             if (!response.data.records[0]){
-              this.$set(this,'nullType','视频异常,请联系管理员');
+              this.$set(this,'nullType','该实验室未配置摄像头');
             }else{
               let list = [];
               for(let i=0;i<response.data.records.length;i++){