Browse Source

fix:修改游戏页面得显示

aamin 1 year ago
parent
commit
50c2ea2c43
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/MoreContent.vue

+ 1 - 1
src/views/MoreContent.vue

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