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++){