소스 검색

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

[baozhangchao] 3 년 전
부모
커밋
c9368958c9
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. BIN
      public/images/share.jpg
  2. 3
    3
      src/pages/game/index.vue

BIN
public/images/share.jpg 파일 보기


+ 3
- 3
src/pages/game/index.vue 파일 보기

27
 const router = useRouter()
27
 const router = useRouter()
28
 const raduis = ref(150)
28
 const raduis = ref(150)
29
 const path = window.location.origin + window.location.pathname
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
 const bingoRef = ref()
34
 const bingoRef = ref()
35
 const failRef = ref()
35
 const failRef = ref()