src/components/canvas/index.vue
@@ -169,7 +169,7 @@
          .then(res => {
            if (res.data.cameraId === this.currentCameraId) {
              this.baseImg = res.data.snapshotUrl;
              this.$emit('refresh', res.data.snapshotUrl)
              this.$emit('refresh', res.data.snapshotUrl,this.currentCameraId)
              this.$forceUpdate()
              this.$notify({
                type: "success",