This commit is contained in:
parent
50ad621f0e
commit
d9de904c64
@ -114,7 +114,7 @@ export default {
|
||||
this.$router.push(`/login?redirect=${this.$route.fullPath}`)
|
||||
},
|
||||
openGame() {
|
||||
window.open('/#/draggame/index', '', '"width=800,height=800"')
|
||||
window.open('/#/draggame/index', '', '"width=800,height=900"')
|
||||
request({
|
||||
url: 'https://joinbot.tk/kvs/gameopen',
|
||||
method: 'post',
|
||||
|
@ -30,7 +30,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
open() {
|
||||
window.open('/#/draggame/index', '', '"width=800,height=800"')
|
||||
window.open('/#/draggame/index', '', '"width=800,height=900"')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user