From c0dd20cb3fc6386b4424a96ce0b36628f98204b1 Mon Sep 17 00:00:00 2001 From: kron Date: Wed, 16 Jul 2025 15:55:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=AA=E5=9C=A8=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E5=92=8C=E6=8E=92=E4=BD=8D=E8=B5=9B=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E8=BF=94=E5=9B=9E=E6=B8=B8=E6=88=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Container.vue | 2 +- src/pages/battle-room.vue | 7 +------ src/pages/index.vue | 2 +- src/pages/melee-match.vue | 1 - src/pages/ranking.vue | 2 +- src/pages/team-match.vue | 1 - 6 files changed, 4 insertions(+), 11 deletions(-) diff --git a/src/components/Container.vue b/src/components/Container.vue index 57ce745..454465e 100644 --- a/src/components/Container.vue +++ b/src/components/Container.vue @@ -30,7 +30,7 @@ defineProps({ }, showBackToGame: { type: Boolean, - default: true, + default: false, }, }); const isIos = ref(true); diff --git a/src/pages/battle-room.vue b/src/pages/battle-room.vue index fa518a8..a82a372 100644 --- a/src/pages/battle-room.vue +++ b/src/pages/battle-room.vue @@ -473,12 +473,7 @@ onUnmounted(() => {