648540858
2022-02-07 e0028a87cb4fc37759c9c33ecd20591fe6dd0aa7
web_src/src/components/DeviceList.vue
@@ -213,8 +213,13 @@
               that.$refs[itemData.deviceId + 'refbtn' ].loading = false;
            }).catch(function(e) {
               console.error(e)
          that.$message({
            showClose: true,
            message: e,
            type: 'error'
          });
               that.$refs[itemData.deviceId + 'refbtn' ].loading = false;
            });;
            });
         },
         //通知设备上传媒体流
         sendDevicePush: function(itemData) {