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