Przeglądaj źródła

fix:修改游戏页面得显示

aamin 1 rok temu
rodzic
commit
50c2ea2c43
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/MoreContent.vue

+ 1 - 1
src/views/MoreContent.vue

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