默认关闭音乐

This commit is contained in:
WindowBird 2025-11-24 17:28:52 +08:00
parent e6b33e9d7e
commit b08b6e182d

View File

@ -160,7 +160,7 @@ export default {
endTime: "",
audioUrl: "",
},
isAudioPlaying: true, //
isAudioPlaying: false, //
audioContext: null,
};
},
@ -303,9 +303,9 @@ export default {
this.startMarquee();
//
if (this.templeData.audioUrl) {
this.playAudio();
}
// if (this.templeData.audioUrl) {
// this.playAudio();
// }
console.log("寺庙数据加载成功");
} else {