diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 2cba34f..7dc68f9 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -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', diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index 7fc85f7..ac2a530 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -30,7 +30,7 @@ export default { }, methods: { open() { - window.open('/#/draggame/index', '', '"width=800,height=800"') + window.open('/#/draggame/index', '', '"width=800,height=900"') } } }