src/views/hashrate/CameraManage/CameraRules/components/AddRuleBox.vue
@@ -1,7 +1,7 @@ <template> <div class="AddBox"> <div class="title"> {{ editData.type ? "修改" : "添加" }}{{ editData.type === "separate" ? "独立" : "联动" }}场景 {{ editData.type ? "修改" : "添加" }}{{ type === "separate" ? "独立" : "联动" }}场景 </div> <div class="close iconfont" @click="close"></div> @@ -74,6 +74,7 @@ TimeSlider }, mounted() { console.log(this.editData) this.getSounds() this.eventAudio.addEventListener("ended", () => { this.togglePlay = true