ZZJ
2022-07-28 edef6ae8f59823258ce610c9074d32e698958b51
src/views/hashrate/CameraManage/CameraRules/components/SceneRule.vue
@@ -301,7 +301,7 @@
          if (res.success) {
            //_this.soundList = [{ id: "", name: "空", path: "" }].concat(res.data.list)
            _this.soundList = [{ id: "", name: "空", path: "" }].concat(
              res.data
              res.data.voices
            );
          }
        })
@@ -323,7 +323,6 @@
        });
        return false;
      }
      debugger;
      this.eventAudio.src = this.soundPath;
      if (this.togglePlay) {
        this.eventAudio.play();