dedsudiyu 14 часов назад
Родитель
Сommit
19b2ed5f3a

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

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

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

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

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

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