liyongli 6 月之前
父節點
當前提交
12b99263be
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 二進制
      src/view/finance2024/img/bg2023.jpg
  2. 1 1
      src/view/finance2024/index.vue

二進制
src/view/finance2024/img/bg2023.jpg


+ 1 - 1
src/view/finance2024/index.vue

@@ -152,7 +152,7 @@ let isInitAudio = true;
 canvas.width = 750;
 canvas.height = 1334;
 
-const audio = new Audio('https://cxzx.smcic.net/topic/tool/media/bgm.mp3');
+const audio = new Audio('https://cxzx.smcic.net/topic/tool/media/bgm2024.mp3');
 audio.loop = true; // 循环播放
 audio.autoplay = 'autoplay';
 audio.oncanplay = () => {