@@ -24,6 +24,12 @@ export default {
welcome
},
mounted(){
+ window.addEventListener('popstate',()=>{
+ if (this.isWel) {
+ this.isWel = false
+ this.changZINDEX = -10000
+ }
+ },false)
this.$bus.$on('reset', ()=>{
window.location.reload()
@@ -77,6 +77,9 @@ export default {
width: 100%;
height: 100%;
overflow: hidden;
+ background-color: #635c40;
+ display: flex;
+ align-items: center;
> video {
}
@@ -52,6 +52,8 @@ export default {
position: relative;
background-size: 100% auto;
background-repeat: no-repeat;
+ background-position: center left;
.title_bar {
width: 26%;