ZZJ
2021-10-09 fb2bf08ea4c74e09c557c975689176b3e8683e44
src/pages/cameraAccess/components/CameraInfo.vue
@@ -422,6 +422,11 @@
                  message: "摄像机添加失败!"
                });
              }
            }).catch((err) => {
              this.$notify({
                type: "error",
                message: err.msg
              });
            });
          }
        }