@@ -346,7 +346,7 @@
</Transition>
<!-- 游戏页面 -->
<div
- v-if="true"
+ v-if="isShowGamePage"
class="game-box"
>
<iframe :src="`./game/index.html`" />