|
@@ -2,7 +2,6 @@
|
2
|
2
|
<template>
|
3
|
3
|
<div>
|
4
|
4
|
<BackPage>
|
5
|
|
- <BgMusic />
|
6
|
5
|
<div class="TitleBox">
|
7
|
6
|
<img :src="gameTitle" />
|
8
|
7
|
</div>
|
|
@@ -20,7 +19,6 @@ import backHome from '@/assets/BackImage/backHome.jpg'
|
20
|
19
|
import gameTitle from '@/assets/BackImage/首页大标.png'
|
21
|
20
|
import gameSatrt from '@/assets/ButtonImage/开始游戏.png'
|
22
|
21
|
import gameRule from '@/assets/ButtonImage/游戏规则.png'
|
23
|
|
-import BgMusic from '@/components/BackPage.vue'
|
24
|
22
|
import { gameStart } from '@/utils/api.js'
|
25
|
23
|
|
26
|
24
|
export default {
|
|
@@ -50,8 +48,7 @@ export default {
|
50
|
48
|
gameSatrt,
|
51
|
49
|
gameRule,
|
52
|
50
|
gameTitle,
|
53
|
|
- goRule,
|
54
|
|
- BgMusic
|
|
51
|
+ goRule
|
55
|
52
|
}
|
56
|
53
|
}
|
57
|
54
|
}
|