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