zhangzengfei
2022-07-20 1f1b2fcc05f6b0f83bf7602f453cc73dd6e9b7ce
src/pages/cameraAccess/components/SceneRule.vue
@@ -316,6 +316,7 @@
      // this.eventAudio.
    },
    togglePlayer() {
      console.log(this.soundPath);
      if (!this.soundPath) {
        this.$notify({
          type: "info",
@@ -324,7 +325,7 @@
        return false;
      }
      debugger;
      this.eventAudio.src = this.soundPath;
      this.eventAudio.src = "/httpImage/" + this.soundPath;
      if (this.togglePlay) {
        this.eventAudio.play();
        this.togglePlay = false;