Parcourir la source

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

[baozhangchao] il y a 3 ans
Parent
révision
d028f29f66
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/pages/game/index.vue

+ 1
- 1
src/pages/game/index.vue Voir le fichier

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