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