浏览代码

Merge branch 'master' of http://git.ycjcjy.com/honghe/roundabout

[baozhangchao] 3 年前
父节点
当前提交
c9368958c9
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 二进制
      public/images/share.jpg
  2. 3
    3
      src/pages/game/index.vue

二进制
public/images/share.jpg 查看文件


+ 3
- 3
src/pages/game/index.vue 查看文件

@@ -27,9 +27,9 @@ const firesRef = ref()
27 27
 const router = useRouter()
28 28
 const raduis = ref(150)
29 29
 const path = window.location.origin + window.location.pathname
30
-const bingoMusic = `${path}/music/bingo.mp3`
31
-const failMusic = `${path}/music/fail.mp3`
32
-const successMusic = `${path}/music/bingo.mp3`
30
+const bingoMusic = `${path}music/bingo.mp3`
31
+const failMusic = `${path}music/fail.mp3`
32
+const successMusic = `${path}music/bingo.mp3`
33 33
 
34 34
 const bingoRef = ref()
35 35
 const failRef = ref()