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