张延森 3 lat temu
rodzic
commit
c3bd3839f7
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3
    3
      src/pages/game/index.vue

+ 3
- 3
src/pages/game/index.vue Wyświetl plik

@@ -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()